|
Last change
on this file was
2,
checked in by oldcode, 25 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 | |
|---|
| 3 | OBJECT = 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 | |
|---|
| 11 | depend: |
|---|
| 12 | makedepend $(MAKEDEPENDINC) $(OBJECT:.o=.c) |
|---|
| 13 | |
|---|
| 14 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 15 | |
|---|
| 16 | fastdnaml.o: |
|---|
| 17 | fastdnaml.o: |
|---|
| 18 | fastdnaml.o: |
|---|
| 19 | fastdnaml.o: fastDNAml_1_0.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.