home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-05-23 | 608 b | 29 lines |
- OBJS =dvibook.o
- SRCS =dvibook.c
-
- LIBTEXROOT= ../
- LIBTEXSRC = ../libtex
- LIBTEX = $(LIBTEXSRC)/libtex.a
- DEPLIBTEX = $(LIBTEX)
- DEPLIBS = $(DEPLIBTEX) XawClientDepLibs
- LOCAL_LIBRARIES = $(LIBTEX)
-
- DEFINES = -I$(LIBTEXROOT)
-
- FILES =Imakefile dvibook.man Makefile.raw $(SRCS)
-
- all: dvibook
-
- NormalProgramTarget(dvibook,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),$(SYSLIBS))
- InstallProgram(dvibook, $(BINDIR))
- InstallManPage(dvibook,$(MANDIR))
- DependTarget()
- TagsTarget()
-
- tar:
- cd ../..;\
- for file in $(FILES); \
- do \
- tar rf $(TARFILE) $(PRODUCT)/Dvibook/$$file; \
- done
-