Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F28985390
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
448 B
Referenced Files
None
Subscribers
None
Makefile
View Options
MYSQL_INCLUDES != mysql_config --include
MYSQL_LIBS != mysql_config --libs
TCLLIBDIR = /usr/local/lib
TCLINCDIR = /usr/local/include/tcl8.6
SYSLIBDIR = /usr/lib
PIC = -fPIC
INCLUDES = $(MYSQL_INCLUDES) -I$(TCLINCDIR)
CFLAGS += -Wall $(PIC) $(INCLUDES)
LDFLAGS = -lz -shared $(MYSQL_LIBS) -L $(SYSLIBDIR) -L $(TCLLIBDIR)
all: fbsql.so
fbsql.so: fbsql.o
$(LD) -o $@ $< $(LDFLAGS)
clean:
-rm -f core *.o
clobber: clean
-rm -f fbsql.so
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sun, May 17, 19:05 (22 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3723256
Default Alt Text
Makefile (448 B)
Attached To
Mode
rFBSQL fbsql
Attached
Detach File
Event Timeline
Log In to Comment