Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PUAE
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
PUAE
Commits
a3086af9
Commit
a3086af9
authored
Dec 03, 2010
by
GnoStiC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
puae 2.3.1
parent
52ea6744
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
release_.sh
release_.sh
+1
-0
Makefile.am
src/gui-qt/Makefile.am
+32
-0
No files found.
release_.sh
View file @
a3086af9
...
...
@@ -48,6 +48,7 @@ rm -rf src/gui-cocoa/Makefile.in
rm
-rf
src/gui-gtk/Makefile.in
rm
-rf
src/gui-muirexx/Makefile.in
rm
-rf
src/gui-none/Makefile.in
rm
-rf
src/gui-qt/Makefile.in
rm
-rf
src/jd-amigainput/Makefile.in
rm
-rf
src/jd-amigaos/Makefile.in
rm
-rf
src/jd-beos/Makefile.in
...
...
src/gui-qt/Makefile.am
0 → 100644
View file @
a3086af9
QT_INCPATH
=
$(
shell
qmake
-query
QT_INSTALL_HEADERS
)
MOC
=
$(
shell
which moc
)
UIC
=
$(
shell
which uic
)
RCC
=
$(
shell
which rcc
)
INCLUDES
=
-I
$(top_srcdir)
/src/include
-I
$(top_builddir)
/src
-I
$(top_srcdir)
/src
-I
$(top_srcdir)
-I
$(QT_INCPATH)
-I
$(QT_INCPATH)
/QtCore
-I
$(QT_INCPATH)
/QtGui
DEFINES
=
-DQT_NO_DEBUG
-DQT_GUI_LIB
-DQT_CORE_LIB
-DQT_SHARED
LIBS
=
-L
/usr/lib
-lQtGui
-lQtCore
-lpthread
AM_CPPFLAGS
=
@UAE_CPPFLAGS@
AM_CPPFLAGS
+=
-I
$(top_srcdir)
/src/include
-I
$(top_builddir)
/src
-I
$(top_srcdir)
/src
AM_CFLAGS
=
@UAE_CFLAGS@
AM_CFLAGS
+=
@QT_CFLAGS@
AR_FLAGS
=
$(LIBS)
noinst_LIBRARIES
=
libguidep.a
libguidep_a_SOURCES
=
puae_mainwindow.cpp moc_puae_mainwindow.cpp
noinst_HEADERS
=
puae_mainwindow.h ui_puae_mainwindow.h
BUILT_SOURCES
=
moc_puae_mainwindow.cpp ui_puae_mainwindow.h
CLEANFILES
=
*
.o qrc
*
.
*
ui
*
.
*
moc
*
.
*
moc_%.cpp
:
%.h
$(MOC)
$(DEFINES)
$(INCLUDES)
-o
$@
$<
ui_%.h
:
%.ui
$(UIC)
$<
-o
$@
qrc_%.cpp
:
%.qrc
$(RCC)
$<
-name
Resources
-o
$@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment