Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Emulators
aspectrum
aspectrum-0.1.8.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aspectrum-0.1.8.dif of Package aspectrum
--- agup-0.99.7/Makefile +++ agup-0.99.7/Makefile 2007/09/20 12:36:15 @@ -15,7 +15,7 @@ ifdef DEBUGMODE CFLAGS += -g -DDEBUGMODE else - CFLAGS += -O2 + CFLAGS += $(RPM_OPT_FLAGS) endif ifdef CROSSCOMPILE --- Makefile +++ Makefile 2007/09/20 12:46:57 @@ -11,7 +11,7 @@ #DESTDIR = /usr DESTDIR = /usr/local DOCS= doc/AUTHORS doc/CHANGES doc/INSTALL doc/README doc/WORKING \ - doc/License doc/NOT_WORKING doc/TODO ChangeLog + doc/License doc/NOT_WORKING doc/TODO doc/Changelog ROMS= 128spanish.rom 48spanish.rom inves.rom plus2.rom spectrum.rom plus3.rom # Autodetection de la arquitectura thanks to agup makefile @@ -59,10 +59,10 @@ install: aspectrum install -d $(DESTDIR)/bin install -d $(DESTDIR)/share/$(EXE) - install -d $(DESTDIR)/share/doc/$(EXE) + install -d $(DESTDIR)/share/doc/packages/$(EXE) install -s $(EXE)$(EXT) $(DESTDIR)/bin/ install -m 644 font.dat font.fnt keys.pcx $(ROMS) $(DESTDIR)/share/$(EXE)/ - install -m 644 $(DOCS) $(DESTDIR)/share/doc/$(EXE)/ + install -m 644 $(DOCS) $(DESTDIR)/share/doc/packages/$(EXE)/ uninstall: rm -rf $(DESTDIR)/share/doc/$(EXE) --- Makefile.lnx +++ Makefile.lnx 2007/09/20 12:32:36 @@ -9,7 +9,7 @@ DESTDATPATH = /usr/share/$(EXE) LFLAGS = `allegro-config --libs` #CFLAGS = -Wall -O3 -mcpu=i686 `allegro-config --cflags` -CFLAGS = -W -Wall -O2 -g `allegro-config --cflags` \ +CFLAGS = -W -Wall $(RPM_OPT_FLAGS) -g `allegro-config --cflags` \ -DVERSION=\"$(VERSION)\" -DDESTDAT=\"$(DESTDATPATH)\" \ -DSOUND_BY_STREAM -DENABLE_LOGS -DI_HAVE_AGUP -I$(AGUPDIR) RM =rm -f
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor