Menu

[b84aab]: / src / platform / qt / Makefile.am  Maximize  Restore  History

Download this file

51 lines (42 with data), 1.4 kB

 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# SmallBASIC using QT
# Copyright(C) 2001-2011 Chris Warren-Smith. [http://tinyurl.com/ja2ss]
#
# This program is distributed under the terms of the GPL v2.0 or later
# Download the GNU Public License (GPL) from www.gnu.org
#
EXTRA_DIST = \
sbasic.pro \
sbasic.qrc \
mainwindow.ui \
source_view.ui \
console_view.ui \
images/next.png \
images/previous.png \
images/jump.png \
images/home.png \
images/refresh.png \
images/stop.png \
bas/settings.bas \
bas/list.bas \
bas/bookmarks.bas \
bas/home.bas
sbasicb_SOURCES = \
fixedlayout.cpp \
fixedlayout.h \
httpfile.cpp \
httpfile.h \
ansiwidget.cpp \
ansiwidget.h \
main.cpp \
mainwindow.cpp \
mainwindow.h \
dev_qt.cpp \
form_ui.cpp \
form_ui.h
bin_PROGRAMS = sbasicb
sbasicb_LDADD = -L$(top_srcdir)/src/common -lsb_common @PACKAGE_LIBS@
sbasicb_DEPENDENCIES = ../common/libsb_common.a
sbasicb$(EXEEXT): ${sbasicb_SOURCES}
$(MAKE) -f Makefile.qt
clean-local:
$(MAKE) -f Makefile.qt clean
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.