File: Makefile.am

package info (click to toggle)
sabre 0.2.4b-13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,556 kB
  • ctags: 7,207
  • sloc: cpp: 36,934; ansic: 8,272; sh: 2,546; makefile: 227
file content (28 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (6)
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
28
## Process this file with automake to create Makefile.in

#
# Minefields:
#
#  This code is mine. You may use, modify or redistribute this code
#  in any APPROPRIATE manner you may choose.
#
#  If you use, modify or redistribute this code, I am NOT responsible
#  for ANY issue raised.
# 
# * If you modify or remove this note, this code is no longer mine. *
#
#  proff@iki.fi
#

# forget strictness
AUTOMAKE_OPTIONS = foreign

noinst_LIBRARIES=libgdev.a
libgdev_a_SOURCES=gdev.h gdev.C gdev-svgalib.h gdev-svgalib.C fontdev.h \
		  fontdev.C
FONT_UTILS=fontutils.h fontutils.C		  
noinst_PROGRAMS=hello fontedit
hello_SOURCES=hello.h hello.C $(FONT_UTILS)
hello_LDADD=libgdev.a
fontedit_SOURCES=fontedit.h fontedit.C $(FONT_UTILS)
fontedit_LDADD=libgdev.a