mirror of
https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
synced 2026-08-24 06:42:56 +00:00
Add cmd arg parser.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
DEBUG = y
|
||||
OMVS_VERSION = 0.1
|
||||
|
||||
TARGET = omvs
|
||||
OBJS = \
|
||||
@@ -9,6 +10,7 @@ RM = rm -rf
|
||||
PKGS = gstreamer-1.0
|
||||
CFLAGS = -I. `pkg-config --cflags $(PKGS)` `pcap-config --cflags`
|
||||
CFLAGS += -std=gnu99 -W -Wall -Wno-unused-result -pedantic
|
||||
CFLAGS += -DOMVS_VERSION=\"$(OMVS_VERSION)\"
|
||||
LDFLAGS = `pkg-config --libs $(PKGS)` `pcap-config --libs`
|
||||
|
||||
ifeq ($(DEBUG),y)
|
||||
|
||||
Reference in New Issue
Block a user