# Generated automatically from Makefile.in by configure. # # Makefile for the RTP example. # This probably requires GNU make. # # Location of includes and library CSRC = ../../src # Library name LNAME = uclmmbase DEFS = -DHAVE_CONFIG_H CFLAGS = -DINET6 -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations $(DEFS) -I$(CSRC) LIBS = -L$(CSRC) -l$(LNAME) CC = gcc TARGET = rtpdemo OBJS = rtpdemo.o SRCS = $(OBJS:%.o=%.c) all: $(TARGET) rtpdemo: $(OBJS) $(CSRC)/lib$(LNAME).a $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) .c.o: $(CC) $(CFLAGS) $(INC) -c $< $(CSRC)/lib$(LNAME).a: cd $(CSRC) && $(MAKE) clean: -rm -f $(OBJS) $(TARGET) distclean: clean -rm -f Makefile