summaryrefslogtreecommitdiff
path: root/package/mopd/src/common/Makefile
blob: 3b80223782f95bb54d821cfb23ed52a2136ef32c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#simple make file for linux


OBJS=cmp.o dl.o get.o mopdef.o  pf-linux2.o put.o device.o file.o loop-linux2.o nma.o print.o rc.o

libcommon.a: ${OBJS}
	ar -rs libcommon.a ${OBJS}

.c.o: .o
	$(CC) -c $(CFLAGS) $<
	
clean: 
	rm -f *.o *.a *~