📄 makefile
字号:
insert:insert_data.o link.o jiemian.o frame.o input.o roll_frame.o cash_manage.o message.o button.o dialog_frame.o land.o posmain.o manager.o roll_bar.o Read_config_file.o gcc -g -o $@ $^ -L${ORACLE_HOME}/lib -lclntsh -lncurseslink.o:link.c link.h gcc -g -o $@ -c $<insert_data.o:insert_data.c control_db.h link.h gcc -g -o $@ -c $< jiemian.o:jiemian.c control_db.h link.h frame.h input.h roll_frame.h gcc -g -o $@ -c $<frame.o:frame.c frame.h gcc -g -o $@ -c $<input.o:input.c input.h frame.h gcc -g -o $@ -c $<roll_frame.o:roll_frame.c roll_frame.h control_db.h message.h cash_manage.h gcc -g -o $@ -c $<message.o:message.c message.h button.h gcc -g -o $@ -c $<cash_manage.o:cash_manage.c cash_manage.h dialog_frame.h roll_frame.h control_db.h message.h gcc -g -o $@ -c $<button.o:button.c button.h gcc -g -o $@ -c $<dialog_frame.o:dialog_frame.c dialog_frame.h button.h frame.h input.h link.h gcc -g -o $@ -c $<land.o:land.c control_db.h button.h frame.h input.h message.h gcc -g -o $@ -c $<posmain.o:posmain.c control_db.h gcc -g -o $@ -c $<manager.o:manager.c control_db.h gcc -g -o $@ -c $<roll_bar.o:roll_bar.c roll_bar.h input.h frame.h link.h gcc -g -o $@ -c $<Read_config.o:Read_config_file.c control_db.h gcc -g -o $@ -c $<insert_data.c:insert_data.pc proc config=oracle.cfg $<clean: rm -rf *.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -