home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
s
/
stex2-18.zip
/
SeeTeX
/
Texx
/
Imakefile
next >
Wrap
Makefile
|
1991-02-19
|
345b
|
25 lines
#include "../Imake.Config"
FILES = Imakefile texx.man $(SRCS)
INCLUDES = -I$(LIBTEXROOT)
LOCAL_LIBRARIES = $(LIBTEX) $(XLIB)
DEPLIBS = $(DEPLIBTEX) $(DEPXLIB)
SYS_LIBRARIES = -lm
SimpleProgramTarget(texx)
tar:
cd ../..;\
for file in $(FILES); \
do \
tar rf $(TARFILE) $(PRODUCT)/Texx/$$file; \
done