changeset 29562:b67a9217ae02

Added targets for ebrowse.
author Jason Rumney <jasonr@gnu.org>
date Sun, 11 Jun 2000 20:53:47 +0000
parents 235fb8ea80a2
children feea24f5cf73
files lib-src/makefile.nt
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/makefile.nt	Sun Jun 11 20:35:07 2000 +0000
+++ b/lib-src/makefile.nt	Sun Jun 11 20:53:47 2000 +0000
@@ -34,6 +34,7 @@
 		$(BLD)\hexl.exe		\
 		$(BLD)\ctags.exe	\
 		$(BLD)\etags.exe	\
+		$(BLD)\ebrowse.exe	\
 		$(BLD)\movemail.exe	\
 		$(BLD)\fakemail.exe	\
 
@@ -61,6 +62,7 @@
 
 make-docfile:	$(BLD) $(BLD)\make-docfile.exe
 etags:		$(BLD) $(BLD)\etags.exe
+ebrowse:	$(BLD) $(BLD)\ebrowse.exe
 hexl:		$(BLD) $(BLD)\hexl.exe
 movemail:	$(BLD) $(BLD)\movemail.exe
 fakemail:	$(BLD) $(BLD)\fakemail.exe
@@ -112,6 +114,16 @@
 $(BLD)\ctags.obj: ctags.c
 		$(CC) $(CFLAGS) $(CTAGS_CFLAGS) -Fo$@ ctags.c
 
+EBROWSE_OBJ   = $(BLD)\ebrowse.obj \
+		$(BLD)\getopt.obj \
+		$(BLD)\getopt1.obj \
+		$(BLD)\ntlib.obj
+
+$(BLD)\ebrowse.exe:	$(EBROWSE_OBJ)
+		$(LINK) -out:$@ $(LINK_FLAGS) $(EBROWSE_OBJ) $(LIBS)
+
+$(BLD)\ebrowse.obj: ebrowse.c ..\src\config.h
+		$(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -Fo$@ ebrowse.c
 #
 # don't know what to do with these yet...
 #