home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-12-24 | 628 b | 28 lines |
- #
- # Makefile automatically generated by MKMK V6.50 on Jul 29 1993 at 01:35:51
- #
-
- LIBOBJS= cxxsharedlib.o
- TSTOBJS= cxxsltest.o
-
- all: foo.library cxxsltest
-
- foo.library: $(LIBOBJS)
- sc link startup=libinitr to foo.library $(LIBOBJS)
- copy foo.library libs:
- avail >nil: flush # Get rid of old version of library
-
- cxxsltest: $(TSTOBJS)
- sc link to cxxsltest with <<
- $(TSTOBJS)
- <
-
- cxxsharedlib.o: cxxsharedlib.cpp cxxsharedlib.h
- sc cxxsharedlib.cpp libcode
-
- cxxsltest.o: cxxsltest.cpp cxxsharedlib.h
- sc cxxsltest.cpp nolibcode
-
- clean:
- delete \#?.o \#?.map \#?.lnk \#?.library libs:foo.library cxxsltest quiet force
-