Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185053 Details for
Bug 162945
games-fps/assaultcube (new ebuild) Assault cube, conversion of cube-engine
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Makefile for ebuild 1.0.2
Makefile (text/plain), 1.85 KB, created by
Roeland Douma
on 2009-03-15 10:30:30 UTC
(
hide
)
Description:
Makefile for ebuild 1.0.2
Filename:
MIME Type:
Creator:
Roeland Douma
Created:
2009-03-15 10:30:30 UTC
Size:
1.85 KB
patch
obsolete
>CXXOPTFLAGS=-O3 -fomit-frame-pointer >INCLUDES=-I../enet/include -I/usr/X11R6/include -I../src `sdl-config --cflags` >SERVER_INCLUDES=-I../enet/include >CXXFLAGS=$(CXXOPTFLAGS) $(INCLUDES) -fsigned-char -Wall -Wno-deprecated -rdynamic >SERVER_CXXFLAGS=$(CXXOPTFLAGS) $(SERVER_INCLUDES) -fsigned-char -Wall -Wno-deprecated -rdynamic > >PLATFORM_PREFIX=native >CLIENT_LIBS=-L../enet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lz -lGL -lopenal -lvorbisfile >CLIENT_OBJS= \ > client.o \ > clientgame.o \ > clients2c.o \ > command.o \ > console.o \ > docs.o \ > editing.o \ > entities.o \ > log.o \ > main.o \ > menus.o \ > packetqueue.o \ > physics.o \ > protocol.o \ > rendercubes.o \ > rendergl.o \ > renderhud.o \ > rendermodel.o \ > renderparticles.o \ > rendertext.o \ > rndmap.o \ > scoreboard.o \ > server.o \ > serverbrowser.o \ > serverms.o \ > shadow.o \ > sound.o \ > texture.o \ > tools.o \ > water.o \ > weapon.o \ > wizard.o \ > world.o \ > worldio.o \ > worldlight.o \ > worldocull.o \ > worldrender.o \ > bot/bot.o \ > bot/botmanager.o \ > bot/bot_ai.o \ > bot/bot_util.o \ > bot/bot_waypoint.o \ > bot/ac_bot.o \ > bot/ac_bot_ai.o > >SERVER_LIBS=-L../enet -lenet -lz >SERVER_FILES= \ > log.cpp \ > serverms.cpp \ > server.cpp \ > protocol.cpp \ > tools.cpp \ > wizard.cpp > >default: all > >all: libenet client server > >../enet/Makefile: > cd ../enet; ./configure > >libenet: ../enet/Makefile > -$(MAKE) -C ../enet all > >clean: > -$(RM) -f $(SERVER_OBJS) $(CLIENT_OBJS) ac_server ac_client ># -$(MAKE) -C ../enet/ clean > >client: $(CLIENT_OBJS) > $(CXX) $(CXXFLAGS) -o ac_client $(CLIENT_OBJS) $(CLIENT_LIBS) > >server: $(SERVER_FILES) > $(CXX) $(SERVER_CXXFLAGS) -o ac_server -DSTANDALONE $(SERVER_FILES) $(SERVER_LIBS) > >install: all > cp ac_client ../../bin_unix/$(PLATFORM_PREFIX)_client > cp ac_server ../../bin_unix/$(PLATFORM_PREFIX)_server ># strip ../../bin_unix/$(PLATFORM_PREFIX)_client ># strip ../../bin_unix/$(PLATFORM_PREFIX)_server
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 162945
:
111062
|
121603
|
173900
|
173902
|
173904
|
173905
|
174344
|
174891
|
174893
|
178478
| 185053 |
185058
|
229597
|
261288
|
387194