|
From: <cn...@us...> - 2024-08-21 20:00:14
|
Revision: 1535
http://sourceforge.net/p/seq/svn/1535
Author: cn187
Date: 2024-08-21 20:00:10 +0000 (Wed, 21 Aug 2024)
Log Message:
-----------
Reorganize makefile for easier merging
Modified Paths:
--------------
showeq/trunk/src/Makefile.am
Modified: showeq/trunk/src/Makefile.am
===================================================================
--- showeq/trunk/src/Makefile.am 2024-08-21 20:00:03 UTC (rev 1534)
+++ showeq/trunk/src/Makefile.am 2024-08-21 20:00:10 UTC (rev 1535)
@@ -2,33 +2,128 @@
QT_LIBS = $(LIB_QT)
-bin_PROGRAMS = showeq
+bin_PROGRAMS = showeq
-showeq_SOURCES = main.cpp spawn.cpp spawnshell.cpp spawnlist.cpp spellshell.cpp \
- spelllist.cpp vpacket.cpp editor.cpp filterlistwindow.cpp filter.cpp packetfragment.cpp packetstream.cpp \
- packetinfo.cpp packet.cpp packetcapture.cpp packetformat.cpp interface.cpp compass.cpp \
- map.cpp util.cpp experiencelog.cpp combatlog.cpp player.cpp skilllist.cpp \
- statlist.cpp filtermgr.cpp mapcore.cpp category.cpp compassframe.cpp group.cpp \
- guild.cpp netdiag.cpp logger.cpp xmlconv.cpp xmlpreferences.cpp seqwindow.cpp \
- seqlistview.cpp zonemgr.cpp spawnmonitor.cpp spawnpointlist.cpp spawnlistcommon.cpp \
- spawnlist2.cpp spells.cpp datetimemgr.cpp spawnlog.cpp packetlog.cpp \
- datalocationmgr.cpp eqstr.cpp messages.cpp message.cpp messagefilter.cpp messagewindow.cpp \
- messageshell.cpp terminal.cpp filteredspawnlog.cpp messagefilterdialog.cpp \
- diagnosticmessages.cpp mapicon.cpp filternotifications.cpp netstream.cpp guildshell.cpp \
- guildlist.cpp bazaarlog.cpp mapicondialog.cpp packetcaptureprovider.cpp toolbaricons.cpp
+showeq_SOURCES = \
+ bazaarlog.cpp \
+ category.cpp \
+ combatlog.cpp \
+ compass.cpp \
+ compassframe.cpp \
+ datalocationmgr.cpp \
+ datetimemgr.cpp \
+ diagnosticmessages.cpp \
+ editor.cpp \
+ eqstr.cpp \
+ experiencelog.cpp \
+ filter.cpp \
+ filteredspawnlog.cpp \
+ filterlistwindow.cpp \
+ filtermgr.cpp \
+ filternotifications.cpp \
+ group.cpp \
+ guild.cpp \
+ guildlist.cpp \
+ guildshell.cpp \
+ interface.cpp \
+ logger.cpp \
+ main.cpp \
+ mapcore.cpp \
+ map.cpp \
+ mapicon.cpp \
+ mapicondialog.cpp \
+ message.cpp \
+ messagefilter.cpp \
+ messagefilterdialog.cpp \
+ messages.cpp \
+ messageshell.cpp \
+ messagewindow.cpp \
+ netdiag.cpp \
+ netstream.cpp \
+ packetcapture.cpp \
+ packetcaptureprovider.cpp \
+ packet.cpp \
+ packetformat.cpp \
+ packetfragment.cpp \
+ packetinfo.cpp \
+ packetlog.cpp \
+ packetstream.cpp \
+ player.cpp \
+ seqlistview.cpp \
+ seqwindow.cpp \
+ skilllist.cpp \
+ spawn.cpp \
+ spawnlist2.cpp \
+ spawnlistcommon.cpp \
+ spawnlist.cpp \
+ spawnlog.cpp \
+ spawnmonitor.cpp \
+ spawnpointlist.cpp \
+ spawnshell.cpp \
+ spelllist.cpp \
+ spells.cpp \
+ spellshell.cpp \
+ statlist.cpp \
+ terminal.cpp \
+ toolbaricons.cpp \
+ util.cpp \
+ vpacket.cpp \
+ xmlconv.cpp \
+ xmlpreferences.cpp \
+ zonemgr.cpp
-showeq_moc_SRCS = bazaarlog.moc category.moc combatlog.moc compass.moc \
- compassframe.moc datetimemgr.moc editor.moc filterlistwindow.moc experiencelog.moc \
- filteredspawnlog.moc filtermgr.moc filternotifications.moc group.moc \
- guild.moc guildlist.moc guildshell.moc interface.moc logger.moc \
- map.moc mapicon.moc mapicondialog.moc messagefilter.moc \
- messagefilterdialog.moc messages.moc messageshell.moc messagewindow.moc \
- netdiag.moc packet.moc packetinfo.moc packetlog.moc packetstream.moc \
- player.moc seqlistview.moc seqwindow.moc skilllist.moc spawnlist.moc \
- spawnlist2.moc spawnlistcommon.moc spawnlog.moc spawnmonitor.moc \
- spawnpointlist.moc spawnshell.moc spelllist.moc spellshell.moc statlist.moc \
- terminal.moc xmlpreferences.moc zonemgr.moc
+showeq_moc_SRCS = \
+ bazaarlog.moc \
+ category.moc \
+ combatlog.moc \
+ compassframe.moc \
+ compass.moc \
+ datetimemgr.moc \
+ editor.moc \
+ experiencelog.moc \
+ filteredspawnlog.moc \
+ filterlistwindow.moc \
+ filtermgr.moc \
+ filternotifications.moc \
+ group.moc \
+ guildlist.moc \
+ guild.moc \
+ guildshell.moc \
+ interface.moc \
+ logger.moc \
+ mapicondialog.moc \
+ mapicon.moc \
+ map.moc \
+ messagefilterdialog.moc \
+ messagefilter.moc \
+ messageshell.moc \
+ messages.moc \
+ messagewindow.moc \
+ netdiag.moc \
+ packetinfo.moc \
+ packetlog.moc \
+ packet.moc \
+ packetstream.moc \
+ player.moc \
+ seqlistview.moc \
+ seqwindow.moc \
+ skilllist.moc \
+ spawnlist2.moc \
+ spawnlistcommon.moc \
+ spawnlist.moc \
+ spawnlog.moc \
+ spawnmonitor.moc \
+ spawnpointlist.moc \
+ spawnshell.moc \
+ spelllist.moc \
+ spellshell.moc \
+ statlist.moc \
+ terminal.moc \
+ xmlpreferences.moc \
+ zonemgr.moc
+
+
nodist_showeq_SOURCES = ui_mapicondialog.h $(showeq_moc_SRCS)
$(srcdir)/bazaarlog.cpp: bazaarlog.moc
@@ -38,9 +133,9 @@
$(srcdir)/compassframe.cpp: compassframe.moc
$(srcdir)/datetimemgr.cpp: datetimemgr.moc
$(srcdir)/editor.cpp: editor.moc
-$(srcdir)/filterlistwindow.cpp: filterlistwindow.moc
$(srcdir)/experiencelog.cpp: experiencelog.moc
$(srcdir)/filteredspawnlog.cpp: filteredspawnlog.moc
+$(srcdir)/filterlistwindow.cpp: filterlistwindow.moc
$(srcdir)/filtermgr.cpp: filtermgr.moc
$(srcdir)/filternotifications.cpp: filternotifications.moc
$(srcdir)/group.cpp: group.moc
@@ -114,8 +209,107 @@
EXTRA_DIST = h2info.pl
-noinst_HEADERS = classes.h compass.h everquest.h interface.h main.h map.h filter.h vpacket.h editor.h filterlistwindow.h packet.h packetcapture.h packetcommon.h packetformat.h packetstream.h packetfragment.h packetinfo.h races.h skills.h spells.h util.h experiencelog.h combatlog.h spawn.h spawnshell.h spawnlist.h spellshell.h spelllist.h languages.h weapons.h weapons1.h weapons27.h weapons28.h weapons29.h weapons2a.h weapons2b.h weapons2c.h weapons2d.h weapons2e.h weapons2f.h weapons30.h weapons4e.h decode.h cgiconv.h skilllist.h statlist.h deity.h player.h crctab.h filtermgr.h point.h pointarray.h mapcore.h category.h compassframe.h group.h guild.h fixpt.h netdiag.h zones.h logger.h xmlconv.h xmlpreferences.h seqwindow.h seqlistview.h zonemgr.h spawnmonitor.h spawnpointlist.h typenames.h spawnlistcommon.h spawnlist2.h datetimemgr.h spawnlog.h packetlog.h datalocationmgr.h eqstr.h messages.h messagefilter.h messagewindow.h messageshell.h terminal.h filteredspawnlog.h messagefilterdialog.h diagnosticmessages.h mapicon.h mapicondialog.h mapicondialog.ui filternotifications.h netstream.h guildshell.h guildlist.h bazaarlog.h message.h s_everquest.h staticspells.h packetcaptureprovider.h mapcolors.h toolbaricons.h
+noinst_HEADERS = \
+ bazaarlog.h \
+ category.h \
+ cgiconv.h \
+ classes.h \
+ combatlog.h \
+ compassframe.h \
+ compass.h \
+ crctab.h \
+ datalocationmgr.h \
+ datetimemgr.h \
+ decode.h \
+ deity.h \
+ diagnosticmessages.h \
+ editor.h \
+ eqstr.h \
+ everquest.h \
+ experiencelog.h \
+ filteredspawnlog.h \
+ filter.h \
+ filterlistwindow.h \
+ filtermgr.h \
+ filternotifications.h \
+ fixpt.h \
+ group.h \
+ guild.h \
+ guildlist.h \
+ guildshell.h \
+ interface.h \
+ languages.h \
+ logger.h \
+ main.h \
+ mapcolors.h \
+ mapcore.h \
+ map.h \
+ mapicondialog.h \
+ mapicondialog.ui \
+ mapicon.h \
+ messagefilterdialog.h \
+ messagefilter.h \
+ message.h \
+ messages.h \
+ messageshell.h \
+ messagewindow.h \
+ netdiag.h \
+ netstream.h \
+ packetcapture.h \
+ packetcaptureprovider.h \
+ packetcommon.h \
+ packetformat.h \
+ packetfragment.h \
+ packet.h \
+ packetinfo.h \
+ packetlog.h \
+ packetstream.h \
+ player.h \
+ pointarray.h \
+ point.h \
+ races.h \
+ seqlistview.h \
+ seqwindow.h \
+ s_everquest.h \
+ skilllist.h \
+ skills.h \
+ spawn.h \
+ spawnlist2.h \
+ spawnlistcommon.h \
+ spawnlist.h \
+ spawnlog.h \
+ spawnmonitor.h \
+ spawnpointlist.h \
+ spawnshell.h \
+ spelllist.h \
+ spells.h \
+ spellshell.h \
+ staticspells.h \
+ statlist.h \
+ terminal.h \
+ toolbaricons.h \
+ typenames.h \
+ util.h \
+ vpacket.h \
+ weapons1.h \
+ weapons27.h \
+ weapons28.h \
+ weapons29.h \
+ weapons2a.h \
+ weapons2b.h \
+ weapons2c.h \
+ weapons2d.h \
+ weapons2e.h \
+ weapons2f.h \
+ weapons30.h \
+ weapons4e.h \
+ weapons.h \
+ xmlconv.h \
+ xmlpreferences.h \
+ zonemgr.h \
+ zones.h
+
CLEANFILES = $(nodist_showeq_SOURCES)
MAINTAINERCLEANFILES = Makefile.in s_everquest.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|