File: Makefile.am

package info (click to toggle)
hatman 0.5.0.1-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,416 kB
  • ctags: 1,971
  • sloc: cpp: 7,871; sh: 330; yacc: 322; ansic: 260; lex: 210; makefile: 104; awk: 80
file content (14 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LIBRARIES = libgl.a

noinst_HEADERS = Animation.h Aset.h Color.h Console.h Font.h Keyboard.h Mouse.h Point.h Rect.h Sprite.h Sset.h Vga.h VgaBlur.h \
	VgaContext.h alphaTable.h keycodes.h mode.h palette.h

libgl_a_SOURCES = Animation.cc Aset.cc Color.cc Console.cc Font.cc Keyboard.cc Mouse.cc Point.cc Rect.cc Sprite.cc Sset.cc Vga.cc \
	VgaBlur.cc VgaContext.cc alphaTable.cc palette.cc

BUILT_SOURCES = keycodes.h

keycodes.h: keycodes.h.tab keycodes.h.awk
	awk -f keycodes.h.awk <$< >$@

EXTRA_DIST = keycodes.h.awk keycodes.h.tab