File: Makefile.am

package info (click to toggle)
libgnomeprint 2.18.7-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,048 kB
  • ctags: 4,040
  • sloc: ansic: 35,544; sh: 12,463; xml: 5,177; perl: 562; makefile: 524; yacc: 194; lex: 38
file content (11 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
SUBDIRS = models printers

globalsdir=$(GNOME_PRINT_DATA_DIR)
globals_in_files=globals.xml.in
globals_DATA=$(globals_in_files:.xml.in=.xml)

@INTLTOOL_XML_RULE@

EXTRA_DIST = $(globals_in_files) $(globals_DATA)

CLEANFILES = $(globals_DATA)