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
234 B
Makefile
Raw Normal View History

2002-12-16 13:33:51 +00:00
bin_PROGRAMS = sgsnemu
CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -lgtp
sgsnemu_SOURCES = sgsnemu.c tun.c tun.h cmdline.c cmdline.h
cmdline.c: cmdline.ggo
gengetopt < cmdline.ggo --unamed-opts --conf-parser