Updated make file, and testing compile with DLMSTP datalink.

This commit is contained in:
skarg
2007-08-16 00:37:56 +00:00
parent f2e0bbe834
commit 75302f4843
5 changed files with 75 additions and 29 deletions
+4 -4
View File
@@ -88,11 +88,11 @@ lib: $(LIBRARY)
$(LIBRARY): $(COREOBJ) Makefile
$(AR) rcs $@ $(COREOBJ)
$(COBJ): %.o : %.c Makefile
$(CC) -c $(CFLAGS) $< -o $@
.c.o:
$(CC) -c $(CFLAGS) $*.c -o $@
$(AOBJ): %.o : %.s Makefile
$(CC) -c $(AFLAGS) $< -o $@
.s.o:
$(CC) -c $(AFLAGS) $*.s -o $@
clean:
touch Makefile