ocs init
This commit is contained in:
21
plat/m2ua/ut/xua_test/Makefile
Normal file
21
plat/m2ua/ut/xua_test/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
#==================================================
|
||||
#Makefile for xUA Test.
|
||||
#Created by YiZane in 2006/5/17
|
||||
#==================================================
|
||||
|
||||
CC=gcc -c -Wall -g
|
||||
#CC=gcc -c -Wall -g -D_testISDN
|
||||
LINK=gcc -Wall -g
|
||||
LINK_FLAGS=-L../../m2ua -lm2ua -L../../snmp -lsnmp -L../../debug -ldebug -L../../sccp -lsccp -L../../iptrans -liptrans -L../../public -lpublic -lLiS -lm
|
||||
OBJ=xuatest.o
|
||||
|
||||
xuatest:xuatest.o $(OBJ)
|
||||
@echo Linking $@
|
||||
$(LINK) -o $@ $(OBJ) $(LINK_FLAGS)
|
||||
#./xuatest
|
||||
|
||||
xuatest.o:xuatest.c
|
||||
$(CC) xuatest.c
|
||||
clean:
|
||||
rm -rf *.o *.a xuatest
|
||||
|
||||
Reference in New Issue
Block a user