File: Makefile.am

package info (click to toggle)
maelstrom 3.0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,952 kB
  • sloc: cpp: 10,947; sh: 3,406; ansic: 2,781; makefile: 175
file content (27 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (10)
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

noinst_LIBRARIES = libSDLmac.a

libSDLmac_a_SOURCES =		\
	Mac_Compat.h		\
	Mac_FontServ.cpp	\
	Mac_FontServ.h		\
	Mac_Resource.cpp	\
	Mac_Resource.h		\
	Mac_Sound.cpp		\
	Mac_Sound.h		\
	Mac_Wave.cpp		\
	Mac_Wave.h		\
	applefile.h		\
	macbinary.h		\
	bitesex.h

noinst_PROGRAMS = macres playwave snd2wav

macres_SOURCES = macres.cpp
macres_LDADD = libSDLmac.a

playwave_SOURCES = playwave.cpp
playwave_LDADD = libSDLmac.a

snd2wav_SOURCES = snd2wav.cpp
snd2wav_LDADD = libSDLmac.a