annotate Plugins/Input/console/Makefile.in @ 1692:2dd4cf103e1c trunk

[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
author js
date Thu, 14 Sep 2006 13:38:05 -0700
parents 79891e2fd8a5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
577
85bcdcbc245f [svn] Conversion to new system.
nenolod
parents: 493
diff changeset
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
79891e2fd8a5 [svn] - use $(SHARED_SUFFIX)
nenolod
parents: 1615
diff changeset
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
85bcdcbc245f [svn] Conversion to new system.
nenolod
parents: 493
diff changeset
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
85bcdcbc245f [svn] Conversion to new system.
nenolod
parents: 493
diff changeset
7
85bcdcbc245f [svn] Conversion to new system.
nenolod
parents: 493
diff changeset
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
ea7c6238364f [svn] - Makefile update
nenolod
parents: 1198
diff changeset
46 LIBADD += -lz $(GTK_LIBS) -lstdc++
1625
79891e2fd8a5 [svn] - use $(SHARED_SUFFIX)
nenolod
parents: 1615
diff changeset
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