aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 1ecbcfdf6ad4988a8dec9f58c3b664de8726623e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Process this file with automake to produce Makefile.in

## Created by Anjuta

AM_CPPFLAGS = \
	-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
	-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
	"$(POPPLER_CFLAGS)" \
	-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\"

AM_CFLAGS =\
	 -Wall\
	 -g

bin_PROGRAMS = pdf2gerber

pdf2gerber_SOURCES = \
	main.cc \
	gerber-output-dev.cc \
	gerber-output-dev.h

pdf2gerber_LDFLAGS = 

pdf2gerber_LDADD =  \
	$(POPPLER_LIBS)