Program to generate an xml file based on a provided text file
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
- bin_PROGRAMS = generarxml
- generarxml_SOURCES = main.c \
- main.h \
- readconfig.c \
- readconfig.h \
- readfile.c \
- readfile.h \
- makexml.c \
- makexml.h \
- encoding.c \
- encoding.h \
- getline.c \
- getline.h
- generarxml_CPPFLAGS = $(XML_CPPFLAGS)
- generarxml_LDFLAGS= $(XML_LIBS)
- generarxml_LDADD = $(libxml2_LIBS) $(LDFLAGS)
|