source: tags/initial/GDE/FASTDNAML/Makefile

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 356 bytes
Line 
1.SUFFIXES: .o .c
2
3OBJECT = fastdnaml.o
4
5$(ARBHOME)/bin/fastdnaml: $(OBJECT)
6        $(ACC) $(cflags) -o $@ $(@F).o $(LIB) -lm
7
8.c.o:
9        $(ACC) $(cflags) -c -o $@ $< $(AINCLUDES)
10
11depend:
12        makedepend $(MAKEDEPENDINC) $(OBJECT:.o=.c)
13
14# DO NOT DELETE THIS LINE -- make depend depends on it.
15
16fastdnaml.o: 
17fastdnaml.o: 
18fastdnaml.o: 
19fastdnaml.o:  fastDNAml_1_0.h
Note: See TracBrowser for help on using the repository browser.