diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-12-31 14:28:05 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-12-31 14:28:05 +0100 |
commit | 55922fcee851967d9f06fa359b085bcbc00dfc75 (patch) | |
tree | 9b19b13cb31be69eb2f502835484795d2af5b719 /src | |
parent | 45bdbc9874a4424b30217722530e84b7b6773038 (diff) | |
download | kpicosim-55922fcee851967d9f06fa359b085bcbc00dfc75.tar.gz kpicosim-55922fcee851967d9f06fa359b085bcbc00dfc75.zip |
Drop automake build support.
Add basic build instructions to the INSTALL file.
Remove empty file NEWS.
Rework of the README and help page.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 45 | ||||
-rw-r--r-- | src/pics/Makefile.am | 5 |
2 files changed, 0 insertions, 50 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 1cbb53f..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,45 +0,0 @@ -# set the include path for X, qt and KDE -INCLUDES = -I$(top_srcdir)/debian $(all_includes) - -# these are the headers for your project -noinst_HEADERS = kpicosim.h codeeditor.h ksimulator.h kserialview.h kportview.h \ - kport.h kexportdialog.h cassembler.h cinstruction.h cpicoblaze.h hexcodes.h \ - types.h kprocessorview.h jtagdevice.h kjtagdialog.h jtagprogrammer.h - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kpicosim.pot - -KDE_ICON = kpicosim - -######################################################################### -# APPLICATION SECTION -######################################################################### -# this is the program that gets installed. it's name is used for all -# of the other Makefile.am variables -bin_PROGRAMS = kpicosim - -# the application source, library search path, and link libraries -kpicosim_SOURCES = main.cpp kpicosim.cpp codeeditor.cpp ksimulator.cpp \ - kprocessorview.cpp kserialview.cpp kportview.cpp kscratchpadview.cpp kscratchpadview.h \ - kport.cpp kexportdialog.cpp cassembler.cpp cinstruction.cpp cpicoblaze.cpp \ - jtagdevice.cpp kjtagdialog.cpp jtag.cpp jtag.h jtagprogrammer.cpp -kpicosim_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -kpicosim_LDADD = -ltdeio $(LIB_TDEUI) - -# this is where the desktop file will go -shelldesktopdir = $(kde_appsdir)/Development -shelldesktop_DATA = kpicosim.desktop - -# this is where the shell's XML-GUI resource file goes -shellrcdir = $(kde_datadir)/kpicosim -shellrc_DATA = kpicosimui.rc - -katepartdir = $(kde_datadir)/katepart/syntax -katepart_DATA = psm.xml -icondirdir = $(kde_icondir) -kde_icon_KDEICON = hi22-action-dbgrun.png hi22-action-simrun.png \ - hi22-action-simrun.png hi22-action-dbgrun.png hi22-action-dbgrun.png -SUBDIRS = pics diff --git a/src/pics/Makefile.am b/src/pics/Makefile.am deleted file mode 100644 index e726b97..0000000 --- a/src/pics/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO -mypicsdir = $(kde_datadir)/kpicosim/pics - -mypics_DATA = continue.png interrupt.png next.png rebuild.png reset.png |