vinace/src/Makefile.am

21 lines
319 B
Makefile
Raw Normal View History

2019-02-18 10:04:02 +00:00
## Process this file with automake to produce Makefile.in
## Created by Anjuta
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
$(GUI_CFLAGS)
AM_CFLAGS =\
-Wall\
-g
SUBDIRS = \
core \
hardware \
gui