Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Makefile.Unix
Package: sanweipenquan.rar [view]
Upload User: kwdpyr1020
Upload Date: 2022-08-09
Package Size: 1363k
Code Size: 0k
Category:
OpenGL program
Development Platform:
Visual C++
- CFLAGS = -I/usr/include/GL -Wall
- LIBS = -L/usr/X11R6/lib -lglut -lGLU -lGL -lXmu -lXt -lX11 -lXi -lm
- CC = gcc
- all: fountain3d
- texture.o: texture.c
- $(CC) $(CFLAGS) -c texture.c
- fountain3d: fountain3d.o texture.o
- $(CC) $(CFLAGS) fountain3d.o texture.o -o fountain3d $(LIBS)