comparison Makefile @ 32:8abcc221bbac

sgoex separation
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 May 2011 15:15:26 +0900
parents 3b7e57614d93
children 9a5300cedb14
comparison
equal deleted inserted replaced
31:3b7e57614d93 32:8abcc221bbac
17 ./demo -test 17 ./demo -test
18 18
19 demo: $(OBJS) sgoex.o main.o 19 demo: $(OBJS) sgoex.o main.o
20 $(CC) $(ABI) -o $@ main.o sgoex.o $(OBJS) $(LIBS) 20 $(CC) $(ABI) -o $@ main.o sgoex.o $(OBJS) $(LIBS)
21 21
22 dandy: $(OBJS) Dandy.o 22 dandy: $(OBJS) Dandy.o SgoexCerium.o
23 $(CC) $(ABI) -o $@ $(OBJS) Dandy.o $(LIBS) 23 $(CC) $(ABI) -o $@ $(OBJS) Dandy.o SgoexCerium.o $(LIBS)
24 24
25 clean: 25 clean:
26 rm -f $(TARGET) $(OBJS) main.o sgoex.o 26 rm -f $(TARGET) $(OBJS) main.o sgoex.o
27 27
28 .c.o: 28 .c.o: