|
|
|
@ -6,11 +6,11 @@ dgwremotecontrol: ../VersionInfo/GitVersion.h $(OBJS) ../DStarBase/DStarBase.a .
|
|
|
|
$(CC) $(CPPFLAGS) -o dgwremotecontrol $(OBJS) ../DStarBase/DStarBase.a ../BaseCommon/BaseCommon.a $(LDFLAGS)
|
|
|
|
$(CC) $(CPPFLAGS) -o dgwremotecontrol $(OBJS) ../DStarBase/DStarBase.a ../BaseCommon/BaseCommon.a $(LDFLAGS)
|
|
|
|
|
|
|
|
|
|
|
|
%.o : %.cpp
|
|
|
|
%.o : %.cpp
|
|
|
|
$(CC) -I../APRS -I../Common -I../BaseCommon -I../DStarBase -I../IRCDDB -I../VersionInfo $(CPPFLAGS) -MMD -MD -c $< -o $@
|
|
|
|
$(CC) -I../APRS -I../Common -I../BaseCommon -I../DStarBase -I../VersionInfo -DCFG_DIR='"$(CFG_DIR)"' $(CPPFLAGS) -MMD -MD -c $< -o $@
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY clean:
|
|
|
|
.PHONY clean:
|
|
|
|
clean:
|
|
|
|
clean:
|
|
|
|
$(RM) *.o *.d dgwremotecontrol.a
|
|
|
|
$(RM) *.o *.d dgwremotecontrol
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY install:
|
|
|
|
.PHONY install:
|
|
|
|
install: dgwremotecontrol
|
|
|
|
install: dgwremotecontrol
|
|
|
|
|