home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 440 b | 20 lines |
- #!smake
-
- include $(ROOT)/usr/include/make/commondefs
-
- TARGETS = Lastrev chktime getopt gettime gpasswd isIn listWMres printf \
- rcstime strlen unique vacupd
- CFILES = chktime.c getopt.c gettime.c gpasswd.c isIn.c listWMres.c printf.c \
- rcstime.c strlen.c unique.c
- C++FILES= Lastrev.c++
-
- default all: $(TARGETS)
-
- include $(COMMONRULES)
-
- listWMres: $@.c
- $(CCF) -o $@ $@.c $(LDFLAGS) -lX11
-
- Lastrev: $@.c++
- $(C++F) $(LDFLAGS) $@.c++ -o $@
-