Subversion Repositories PlanixRsrch.SVN

Compare Revisions

Ignore whitespace Rev 423 → Rev 424

/trunk/libmavl/Makefile
26,13 → 26,13
$(AR) rcs $(LIBNAME) $(OBJS)
 
example1: $(LIBNAME) example1.o
$(CC) -o example1 example1.o $(LIBNAME)
$(CC) $(LDFLAGS) -o example1 example1.o $(LIBNAME)
 
example2: $(LIBNAME) example2.o
$(CC) -o example2 example2.o $(LIBNAME)
$(CC) $(LDFLAGS) -o example2 example2.o $(LIBNAME)
 
mavtest: $(LIBNAME) mavtest.o
$(CC) -o mavtest mavtest.o $(LIBNAME)
$(CC) $(LDFLAGS) -o mavtest mavtest.o $(LIBNAME)
 
 
clean: