9
0
Fork 0
This repository has been archived on 2022-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
openggsn/sgsnemu/Makefile.am

12 lines
274 B
Makefile
Raw Normal View History

2002-12-16 13:33:51 +00:00
bin_PROGRAMS = sgsnemu
2003-07-08 11:50:23 +00:00
LDFLAGS = -Wl,--rpath -Wl,/usr/local/lib @EXEC_LDFLAGS@
CFLAGS = -O2 -D_GNU_SOURCE -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb -lgtp -L../gtp
2002-12-16 13:33:51 +00:00
2003-04-11 09:40:12 +00:00
sgsnemu_SOURCES = sgsnemu.c tun.c tun.h cmdline.c cmdline.h ippool.h ippool.c syserr.h syserr.c
2002-12-16 13:33:51 +00:00