home *** CD-ROM | disk | FTP | other *** search
- #
- # This is the make file for the docs directory using DJGCC on the IBMPC.
- #
- # Gershon Elber, Dec 1991
- #
-
- !include "..\makeflag.djg"
-
-
- all: irit.tex irit.doc irit.hlp
-
- HELP_OBJS = irithlp.o
-
- irithlp.exe: $(HELP_OBJS)
- $(CC) $(CFLAGS) -o irithlp $(HELP_OBJS)
- aout2exe irithlp
-
- install: irit.hlp
- copy irit.hlp $(BIN_DIR)
- del irit.hlp
-
- irit.tex: irithlp.exe irit.src
- irithlp -l -o irit.tex irit.src
-
- irit.hlp: irithlp.exe irit.src
- irithlp -h -o irit.hlp irit.src
-
- irit.doc: irithlp.exe irit.src
- irithlp -t -o irit.doc irit.src
-