代码拉取完成,页面将自动刷新
BUILD_PATH := build
VPATH := eph : lunar : draw : test : mylib
OBJ0 := eph0.o eph.o eph_msc.o eph_rsgs.o eph_rspl.o eph_yspl.o \
eph_szj.o eph_show.o lunar.o lunar_ob.o lunar_ssq.o tool.o lat_lon_data.o
OBJ1 := test1.o $(OBJ0)
OBJ2 := test.o $(OBJ0)
LIBS := -lm
FLAG := -fexceptions -std=c++11
ifdef CXXFLAGS
CXXFLAGS := $(CXXFLAGS) $(FLAG)
else
CXXFLAGS := -Os $(FLAG)
endif
TARGET = mytest
all: test1 test0
test1: $(OBJ1)
$(CXX) $(CXXFLAGS) $(LIBS) $^ -o $@
test0: $(OBJ2)
$(CXX) $(CXXFLAGS) $(LIBS) $^ -o $@
.PHONY: test1 test0 clean cleanw
clean:
rm -rf *.o test1 test0
cleanw:
del *.o test1 test0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。