⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 vovida的软交换
💻
字号:
###################################################################### COMPLING: g++ -I/usr/include/mysql -c ex1.cxx# LINKING:  g++ -L/usr/lib/mysql /usr/lib/libsqlplus.so -o ex1 ex1.o# (same as above)# LINKING:  g++ -L/usr/lib/mysql -lsqlplus -o ex1 ex1.o#####################################################################BUILD = ../../../build	 include $(BUILD)/Makefile.prePACKAGES += PTHREAD PGSQL DBMANAGER CACHELIB UTIL## The next lines link in the Plan class which lives in proxies/rs # at the moment for backwards compatability. It should be moved to # this directory once we're fully using the new provisioning system# then these lines could be removed.#CXXFLAGS += -I. LDLIBS += TARGET_LIBRARY = librecords# Note to get test programs to build you need to create 'test' directories # under the relavent bin. and obj. directories. Then uncomment the next # lines and rebuild.# TESTPROGRAMS = test/AccountRecordTest.cxx # LDLIBS += ../../../proxies/rs/obj.debug.Linux.i686/Plan.o ../../../proxies/rs/obj.debug.Linux.i686/PlanElement.o# CXXFLAGS += -I../../../proxies/rs/# name of all files to be compiled (don't include header files)ifeq ($(VOCAL_USE_NEWPROV),true)SRC += \	Record.cxx \	UpdateRegInfoRec.cxx \	AccountRecord.cxx \	AliasRecord.cxx \	FeatureRecord.cxx \	TestRecord.cxxendifSRC += \	Plan.cxx \	PlanElement.cxx \#	CFNARecord.cxx \#	CBRecord.cxx \#	CSRecord.cxx \#	CFURecord.cxx \#	CFBRecord.cxx \#	DPEntryRecord.cxx \#	DPRecord.cxx \include $(BUILD)/Makefile.post

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -