Changeset 80f24c in git
- Timestamp:
- Feb 16, 1999, 6:13:41 PM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9c4b7a9f93393dea72c9025164b21d61e25e8654
- Parents:
- 91dcf151c85edc85da5347c25f0249a6a02bc613
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ftest/GNUmakefile.in
r91dcf15 r80f24c 1 1 # @configure_input@ 2 # $Id: GNUmakefile.in,v 1. 2 1997-11-13 08:38:14schmidt Exp $2 # $Id: GNUmakefile.in,v 1.3 1999-02-16 17:13:41 schmidt Exp $ 3 3 4 4 # … … 31 31 srcdir = @srcdir@ 32 32 VPATH = @srcdir@ 33 NTLPATH = $(srcdir)/../../ntl-2.0 33 34 34 35 # … … 94 95 %: %.cc 95 96 97 # how to link the ntl test files 98 %.ntl: %.ntl.o ftest_util.o ftest_io.o ntl_util.o ../libcf.a ../libcfmem.a ../ftmpl_inst.o 99 $(CXX) $^ $(FTESTLDFLAGS) $(NTLPATH)/ntl.a -o $@ 100 101 # how to create the ntl test file objects 102 %.ntl.o: %.ntl.cc ../factory.h ftest_util.h ftest_io.h ntl_util.h 103 $(CXX) -c $< -I$(NTLPATH) $(FTESTCXXFLAGS) -o $@ 104 96 105 # how to link the test files 97 106 %: %.o ftest_util.o ftest_io.o ../libcf.a ../libcfmem.a ../ftmpl_inst.o … … 99 108 100 109 # how to create the test file objects 101 %.o: %.cc ../factory.h 110 %.o: %.cc ../factory.h ftest_util.h ftest_io.h 102 111 $(CXX) -c $< $(FTESTCXXFLAGS) -o $@ 103 112 … … 128 137 $(CXX) -c $< $(LIBCXXFLAGS) -o $@ 129 138 139 ntl_util.o: ntl_util.cc ntl_util.h ../factory.h 140 $(CXX) -c $< -I$(NTLPATH) $(LIBCXXFLAGS) -o $@ 141 130 142 # 131 143 # - cleaning up.
Note: See TracChangeset
for help on using the changeset viewer.