home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 419 b | 25 lines |
- #!smake
- #
- # Makefile for 4Dgifts/toolbox/src/exampleCode/swirl header file installation.
- #
- include ${ROOT}/usr/include/make/commondefs
-
-
- TARGETS = swirl artshow
-
- LCOPTS = -xansi -D__STDC__ -O -float
- LCINCS = -I/usr/include/gl
- LLDLIBS = -lgutil -limage -lgl -lm
- CVERSION=
-
- all default: $(TARGETS)
-
-
- include ${COMMONRULES}
-
- artshow:
- $(CCF) artshow.c -o artshow $(LDFLAGS)
-
- swirl:
- $(CCF) swirl.c -o swirl $(LDFLAGS)
-