Mercurial > audlegacy
annotate Plugins/Input/console/Makefile @ 1720:d8119214066d trunk
[svn] - do not generate a Makefile for libconsole
- remove dead JMA code
author | nenolod |
---|---|
date | Sat, 16 Sep 2006 17:51:46 -0700 |
parents | Plugins/Input/console/Makefile.in@2dd4cf103e1c |
children |
rev | line source |
---|---|
577 | 1 include ../../../mk/rules.mk |
1615
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
1403
diff
changeset
|
2 include ../../../mk/init.mk |
493
c04dff121e1d
[svn] hostile merge, phase 2: reimport based on new plugin code
nenolod
parents:
diff
changeset
|
3 |
1625 | 4 OBJECTIVE_LIBS = libconsole$(SHARED_SUFFIX) |
493
c04dff121e1d
[svn] hostile merge, phase 2: reimport based on new plugin code
nenolod
parents:
diff
changeset
|
5 |
577 | 6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
7 | |
8 SOURCES = \ | |
1692
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
9 Blip_Buffer.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
10 Classic_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
11 Dual_Resampler.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
12 Fir_Resampler.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
13 Gb_Apu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
14 Gb_Cpu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
15 Gb_Oscs.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
16 Gbs_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
17 Gym_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
18 Multi_Buffer.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
19 Music_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
20 Nes_Apu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
21 Nes_Cpu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
22 Nes_Fme7_Apu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
23 Nes_Namco_Apu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
24 Nes_Oscs.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
25 Nes_Vrc6_Apu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
26 Nsfe_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
27 Nsf_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
28 Sms_Apu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
29 Snes_Spc.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
30 Spc_Cpu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
31 Spc_Dsp.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
32 Spc_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
33 Vgm_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
34 abstract_file.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
35 Vfs_File.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
36 Gzip_File.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
37 Vgm_Emu_Impl.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
38 Ym2413_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
39 Ym2612_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
40 Track_Emu.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
41 Audacious_Config.cxx \ |
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
42 Audacious_Driver.cxx |
493
c04dff121e1d
[svn] hostile merge, phase 2: reimport based on new plugin code
nenolod
parents:
diff
changeset
|
43 |
1692
2dd4cf103e1c
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
js
parents:
1625
diff
changeset
|
44 OBJECTS = ${SOURCES:.cxx=.o} |
493
c04dff121e1d
[svn] hostile merge, phase 2: reimport based on new plugin code
nenolod
parents:
diff
changeset
|
45 |
1199 | 46 LIBADD += -lz $(GTK_LIBS) -lstdc++ |
1625 | 47 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. |
1615
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
1403
diff
changeset
|
48 |
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
1403
diff
changeset
|
49 include ../../../mk/objective.mk |