mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 01:28:42 +00:00
temp build test func
This commit is contained in:
parent
e5bcf53b17
commit
01e7aaab89
@ -20,7 +20,15 @@ $(MYLIB): $(OBJS) $(HEADERS) $(SRC)
|
|||||||
ranlib $(MYLIB)
|
ranlib $(MYLIB)
|
||||||
|
|
||||||
%.o: %.c $(HEADERS)
|
%.o: %.c $(HEADERS)
|
||||||
$(CC) $(CC_CFLAGS) $(CFLAGS) -c $< -o $@
|
$(CC) $(CC_CFLAGS) $(CFLAGS) $(CXFLAGS) -c $< -o $@
|
||||||
|
|
||||||
clean:
|
test-clean:
|
||||||
|
rm -f test/testpools
|
||||||
|
|
||||||
|
clean: test-clean
|
||||||
rm -f *.o src/*.o libks.a *~ src/*~ src/include/*~
|
rm -f *.o src/*.o libks.a *~ src/*~ src/include/*~
|
||||||
|
|
||||||
|
test/testpools: $(MYLIB) test/testpools.c
|
||||||
|
$(CC) $(CXFLAGS) test/testpools.c -Isrc/include/ libks.a -o test/testpools
|
||||||
|
|
||||||
|
test: test/testpools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user