Issue #2021 - git ignore for build-generated hydro files; remove tmcp build-generated files
Change-Id: I1ae5a3c9a5d93822c6b5ce8190d1bed28e2b6198 Former-commit-id: 34bad0464e49f17004ce6b467559bbcdc9bacf59
This commit is contained in:
parent
33a5b6d42d
commit
715d6f490f
72 changed files with 15 additions and 1803 deletions
|
@ -35,6 +35,7 @@ clean:
|
|||
-$(MAKE) -C $(make_dir) uninstall
|
||||
-$(MAKE) -C $(make_dir) $@
|
||||
-@rm -f $(make_dir)/Makefile
|
||||
-@rm -rf $(make_dir)
|
||||
|
||||
.PHONY: all
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ $(INSTALL_FROM):
|
|||
find . -name "*.bin" -exec bash -c 'echo yes | ./{}' \;
|
||||
|
||||
clean:
|
||||
rm -rf jdk1.6.0_12
|
||||
rm -rf uninstall~
|
||||
rm -f $(BUILD_DIR)/lib/libjvm.so
|
||||
chmod -R +w $(INSTALL_TO)
|
||||
$(MAKE) -f ../build.native/makefile.copy clean
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
%:
|
||||
find . -name "*.jar" -exec bash -c 'unzip -d $$(basename {} .jar) {} *.so' \;
|
||||
$(MAKE) -f ../build.native/makefile.copy $@
|
||||
$(MAKE) -f ../build.native/makefile.copy $@
|
||||
|
||||
clean:
|
||||
rm -rf linux-i386
|
1
nativeLib/rary.empty.motif/.gitignore
vendored
Normal file
1
nativeLib/rary.empty.motif/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/i386-pc-linux-gnu.debug
|
1
nativeLib/rary.empty/.gitignore
vendored
Normal file
1
nativeLib/rary.empty/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/i386-pc-linux-gnu.debug
|
1
nativeLib/rary.ohd.ffg/.gitignore
vendored
Normal file
1
nativeLib/rary.ohd.ffg/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/i386-pc-linux-gnu.debug
|
1
nativeLib/rary.wfoapi.MonitorTestMode/.gitignore
vendored
Normal file
1
nativeLib/rary.wfoapi.MonitorTestMode/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/Debug
|
|
@ -1,59 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.MonitorTestMode
|
||||
|
||||
# Tool invocations
|
||||
../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.MonitorTestMode: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
../../build.native/tools/link.sh g++ -L../../build.native/i386-pc-linux-gnu/lib -o"../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.MonitorTestMode" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.MonitorTestMode
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,7 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS := -lrary.wfoapi.awips-common
|
Binary file not shown.
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
src/MonitorTestMode.d src/MonitorTestMode.o: ../src/MonitorTestMode.C \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H \
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H \
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H \
|
||||
../../rary.wfoapi.awips-common/include/TextString.H \
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H \
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h \
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H \
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/TextString.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
|
@ -1,46 +0,0 @@
|
|||
src/sockhelp.d src/sockhelp.o: ../src/sockhelp.C \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H \
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H \
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H \
|
||||
../../rary.wfoapi.awips-common/include/TextString.H \
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H \
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h \
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H \
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/TextString.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
|
@ -1,30 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_UPPER_SRCS += \
|
||||
../src/MonitorTestMode.C \
|
||||
../src/sockhelp.C \
|
||||
../src/tmbUtil.C
|
||||
|
||||
OBJS += \
|
||||
./src/MonitorTestMode.o \
|
||||
./src/sockhelp.o \
|
||||
./src/tmbUtil.o
|
||||
|
||||
C_UPPER_DEPS += \
|
||||
./src/MonitorTestMode.d \
|
||||
./src/sockhelp.d \
|
||||
./src/tmbUtil.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.C
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
../../build.native/tools/compile.sh -I../../rary.wfoapi.common/include -I../../rary.wfoapi.awips-common/include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
src/tmbUtil.d src/tmbUtil.o: ../src/tmbUtil.C \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
1
nativeLib/rary.wfoapi.consoleUser/.gitignore
vendored
Normal file
1
nativeLib/rary.wfoapi.consoleUser/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/Debug
|
|
@ -1,59 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.consoleUser
|
||||
|
||||
# Tool invocations
|
||||
../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.consoleUser: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
../../build.native/tools/link.sh g++ -o"../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.consoleUser" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.consoleUser
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,7 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
Binary file not shown.
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
src/Procstruct.d src/Procstruct.o: ../src/Procstruct.C \
|
||||
../include/Procstruct.H
|
||||
|
||||
../include/Procstruct.H:
|
|
@ -1,4 +0,0 @@
|
|||
src/consoleUser.d src/consoleUser.o: ../src/consoleUser.C \
|
||||
../include/getConsoleUser.H
|
||||
|
||||
../include/getConsoleUser.H:
|
|
@ -1,6 +0,0 @@
|
|||
src/getConsoleUser.d src/getConsoleUser.o: ../src/getConsoleUser.C \
|
||||
../include/Procstruct.H ../include/getConsoleUser.H
|
||||
|
||||
../include/Procstruct.H:
|
||||
|
||||
../include/getConsoleUser.H:
|
|
@ -1,30 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_UPPER_SRCS += \
|
||||
../src/Procstruct.C \
|
||||
../src/consoleUser.C \
|
||||
../src/getConsoleUser.C
|
||||
|
||||
OBJS += \
|
||||
./src/Procstruct.o \
|
||||
./src/consoleUser.o \
|
||||
./src/getConsoleUser.o
|
||||
|
||||
C_UPPER_DEPS += \
|
||||
./src/Procstruct.d \
|
||||
./src/consoleUser.d \
|
||||
./src/getConsoleUser.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.C
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
../../build.native/tools/compile.sh -I../include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,59 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.getTestMode
|
||||
|
||||
# Tool invocations
|
||||
../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.getTestMode: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
../../build.native/tools/link.sh g++ -L../../build.native/i386-pc-linux-gnu/lib -o"../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.getTestMode" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.getTestMode
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,7 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS := -lrary.wfoapi.awips-common
|
Binary file not shown.
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
src/getTestMode.d src/getTestMode.o: ../src/getTestMode.C \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H \
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H \
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H \
|
||||
../../rary.wfoapi.awips-common/include/TextString.H \
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H \
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h \
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H \
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/TextString.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
|
@ -1,46 +0,0 @@
|
|||
src/sockhelp.d src/sockhelp.o: ../src/sockhelp.C \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H \
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H \
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H \
|
||||
../../rary.wfoapi.awips-common/include/TextString.H \
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H \
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h \
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H \
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/TextString.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_UPPER_SRCS += \
|
||||
../src/getTestMode.C \
|
||||
../src/sockhelp.C
|
||||
|
||||
OBJS += \
|
||||
./src/getTestMode.o \
|
||||
./src/sockhelp.o
|
||||
|
||||
C_UPPER_DEPS += \
|
||||
./src/getTestMode.d \
|
||||
./src/sockhelp.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.C
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
../../build.native/tools/compile.sh -I../../rary.wfoapi.common/include -I../../rary.wfoapi.awips-common/include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,59 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.showBanner
|
||||
|
||||
# Tool invocations
|
||||
../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.showBanner: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
../../build.native/tools/link.sh g++ -o"../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.showBanner" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.showBanner
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,7 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS := -lXm -lXt
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
|
@ -1,148 +0,0 @@
|
|||
src/showBanner.d src/showBanner.o: ../src/showBanner.C \
|
||||
../../rary.empty.motif/include/Xm/Xm.h \
|
||||
../../rary.empty.motif/include/X11/Intrinsic.h \
|
||||
../../rary.empty.motif/include/X11/Xlib.h \
|
||||
../../rary.empty.motif/include/X11/X.h \
|
||||
../../rary.empty.motif/include/X11/Xfuncproto.h \
|
||||
../../rary.empty.motif/include/X11/Xosdefs.h \
|
||||
../../rary.empty.motif/include/X11/Xutil.h \
|
||||
../../rary.empty.motif/include/X11/keysym.h \
|
||||
../../rary.empty.motif/include/X11/keysymdef.h \
|
||||
../../rary.empty.motif/include/X11/Xresource.h \
|
||||
../../rary.empty.motif/include/X11/Core.h \
|
||||
../../rary.empty.motif/include/X11/Composite.h \
|
||||
../../rary.empty.motif/include/X11/Constraint.h \
|
||||
../../rary.empty.motif/include/X11/Object.h \
|
||||
../../rary.empty.motif/include/X11/RectObj.h \
|
||||
../../rary.empty.motif/include/X11/Shell.h \
|
||||
../../rary.empty.motif/include/X11/Xatom.h \
|
||||
../../rary.empty.motif/include/Xm/XmStrDefs.h \
|
||||
../../rary.empty.motif/include/X11/StringDefs.h \
|
||||
../../rary.empty.motif/include/Xm/VirtKeys.h \
|
||||
../../rary.empty.motif/include/Xm/Transfer.h \
|
||||
../../rary.empty.motif/include/Xm/DragDrop.h \
|
||||
../../rary.empty.motif/include/Xm/DragC.h \
|
||||
../../rary.empty.motif/include/Xm/Display.h \
|
||||
../../rary.empty.motif/include/Xm/DropSMgr.h \
|
||||
../../rary.empty.motif/include/Xm/DragIcon.h \
|
||||
../../rary.empty.motif/include/Xm/DropTrans.h \
|
||||
../../rary.empty.motif/include/Xm/DragOverS.h \
|
||||
../../rary.empty.motif/include/Xm/Primitive.h \
|
||||
../../rary.empty.motif/include/Xm/Manager.h \
|
||||
../../rary.empty.motif/include/Xm/Gadget.h \
|
||||
../../rary.empty.motif/include/Xm/VendorS.h \
|
||||
../../rary.empty.motif/include/Xm/XmIm.h \
|
||||
../../rary.empty.motif/include/Xm/Label.h \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H \
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H \
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H \
|
||||
../../rary.wfoapi.awips-common/include/TextString.H \
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H \
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h \
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H \
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H
|
||||
|
||||
../../rary.empty.motif/include/Xm/Xm.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Intrinsic.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xlib.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/X.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xfuncproto.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xosdefs.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xutil.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/keysym.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/keysymdef.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xresource.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Core.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Composite.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Constraint.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Object.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/RectObj.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Shell.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xatom.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/XmStrDefs.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/StringDefs.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/VirtKeys.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Transfer.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DragDrop.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DragC.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Display.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DropSMgr.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DragIcon.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DropTrans.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DragOverS.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Primitive.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Manager.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Gadget.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/VendorS.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/XmIm.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Label.h:
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/TextString.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_UPPER_SRCS += \
|
||||
../src/showBanner.C \
|
||||
../src/tmbUtil.C
|
||||
|
||||
OBJS += \
|
||||
./src/showBanner.o \
|
||||
./src/tmbUtil.o
|
||||
|
||||
C_UPPER_DEPS += \
|
||||
./src/showBanner.d \
|
||||
./src/tmbUtil.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.C
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
../../build.native/tools/compile.sh -I../../rary.wfoapi.common/include -I../../rary.empty.motif/include -I../../rary.wfoapi.awips-common/include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
src/tmbUtil.d src/tmbUtil.o: ../src/tmbUtil.C \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
|
@ -1,59 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.test_WorkstationTestMode
|
||||
|
||||
# Tool invocations
|
||||
../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.test_WorkstationTestMode: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
../../build.native/tools/link.sh g++ -L../../build.native/i386-pc-linux-gnu/lib -o"../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.test_WorkstationTestMode" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.test_WorkstationTestMode
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,7 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS := -lrary.wfoapi.awips-common
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
src/WorkstationTestMode.d src/WorkstationTestMode.o: \
|
||||
../src/WorkstationTestMode.C ../include/WorkstationTestMode.H
|
||||
|
||||
../include/WorkstationTestMode.H:
|
|
@ -1,46 +0,0 @@
|
|||
src/sockhelp.d src/sockhelp.o: ../src/sockhelp.C \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H \
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H \
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H \
|
||||
../../rary.wfoapi.awips-common/include/TextString.H \
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H \
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h \
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H \
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/TextString.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
|
@ -1,30 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_UPPER_SRCS += \
|
||||
../src/WorkstationTestMode.C \
|
||||
../src/sockhelp.C \
|
||||
../src/test_WorkstationTestMode.C
|
||||
|
||||
OBJS += \
|
||||
./src/WorkstationTestMode.o \
|
||||
./src/sockhelp.o \
|
||||
./src/test_WorkstationTestMode.o
|
||||
|
||||
C_UPPER_DEPS += \
|
||||
./src/WorkstationTestMode.d \
|
||||
./src/sockhelp.d \
|
||||
./src/test_WorkstationTestMode.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.C
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
../../build.native/tools/compile.sh -I../include -I../../rary.wfoapi.awips-common/include -I../../rary.wfoapi.common/include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
src/test_WorkstationTestMode.d src/test_WorkstationTestMode.o: \
|
||||
../src/test_WorkstationTestMode.C ../include/WorkstationTestMode.H
|
||||
|
||||
../include/WorkstationTestMode.H:
|
1
nativeLib/rary.wfoapi.tmb/.gitignore
vendored
Normal file
1
nativeLib/rary.wfoapi.tmb/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/Debug
|
|
@ -1,59 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmb
|
||||
|
||||
# Tool invocations
|
||||
../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmb: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
../../build.native/tools/link.sh g++ -L../../build.native/i386-pc-linux-gnu/lib -o"../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmb" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmb
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,7 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS := -lrary.wfoapi.awips-common
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
src/sockhelp.d src/sockhelp.o: ../src/sockhelp.C \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H \
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H \
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H \
|
||||
../../rary.wfoapi.awips-common/include/TextString.H \
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H \
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h \
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H \
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/TextString.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
|
@ -1,30 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_UPPER_SRCS += \
|
||||
../src/sockhelp.C \
|
||||
../src/tmb.C \
|
||||
../src/tmbUtil.C
|
||||
|
||||
OBJS += \
|
||||
./src/sockhelp.o \
|
||||
./src/tmb.o \
|
||||
./src/tmbUtil.o
|
||||
|
||||
C_UPPER_DEPS += \
|
||||
./src/sockhelp.d \
|
||||
./src/tmb.d \
|
||||
./src/tmbUtil.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.C
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
../../build.native/tools/compile.sh -I../../rary.wfoapi.awips-common/include -I../../rary.wfoapi.common/include -I../include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
src/tmb.d src/tmb.o: ../src/tmb.C \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
|
@ -1,4 +0,0 @@
|
|||
src/tmbUtil.d src/tmbUtil.o: ../src/tmbUtil.C \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
1
nativeLib/rary.wfoapi.tmbRemoteCheck/.gitignore
vendored
Normal file
1
nativeLib/rary.wfoapi.tmbRemoteCheck/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/Debug
|
|
@ -1,59 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmbRemoteCheck
|
||||
|
||||
# Tool invocations
|
||||
../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmbRemoteCheck: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
../../build.native/tools/link.sh g++ -o"../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmbRemoteCheck" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmbRemoteCheck
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,7 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_UPPER_SRCS += \
|
||||
../src/tmbRemoteCheck.C \
|
||||
../src/tmbUtil.C
|
||||
|
||||
OBJS += \
|
||||
./src/tmbRemoteCheck.o \
|
||||
./src/tmbUtil.o
|
||||
|
||||
C_UPPER_DEPS += \
|
||||
./src/tmbRemoteCheck.d \
|
||||
./src/tmbUtil.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.C
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
../../build.native/tools/compile.sh -I../../rary.wfoapi.common/include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
src/tmbRemoteCheck.d src/tmbRemoteCheck.o: ../src/tmbRemoteCheck.C \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
|
@ -1,4 +0,0 @@
|
|||
src/tmbUtil.d src/tmbUtil.o: ../src/tmbUtil.C \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
|
@ -1,59 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmb_exit
|
||||
|
||||
# Tool invocations
|
||||
../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmb_exit: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
../../build.native/tools/link.sh g++ -L../../build.native/i386-pc-linux-gnu/lib -o"../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmb_exit" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmb_exit
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,7 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS := -lrary.wfoapi.awips-common
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
src/sockhelp.d src/sockhelp.o: ../src/sockhelp.C \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H \
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H \
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H \
|
||||
../../rary.wfoapi.awips-common/include/TextString.H \
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H \
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h \
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H \
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/TextString.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_UPPER_SRCS += \
|
||||
../src/sockhelp.C \
|
||||
../src/tmb_exit.C
|
||||
|
||||
OBJS += \
|
||||
./src/sockhelp.o \
|
||||
./src/tmb_exit.o
|
||||
|
||||
C_UPPER_DEPS += \
|
||||
./src/sockhelp.d \
|
||||
./src/tmb_exit.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.C
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
../../build.native/tools/compile.sh -I../../rary.wfoapi.common/include -I../../rary.wfoapi.awips-common/include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
src/tmb_exit.d src/tmb_exit.o: ../src/tmb_exit.C \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
1
nativeLib/rary.wfoapi.tmcp/.gitignore
vendored
Normal file
1
nativeLib/rary.wfoapi.tmcp/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/Debug
|
|
@ -1,59 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmcp
|
||||
|
||||
# Tool invocations
|
||||
../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmcp: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
../../build.native/tools/link.sh g++ -L../../build.native/i386-pc-linux-gnu/lib -o"../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmcp" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) ../../build.native/i386-pc-linux-gnu/bin/rary.wfoapi.tmcp
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,7 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS := -lrary.wfoapi.awips-common -lXm -lXt
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_UPPER_SRCS += \
|
||||
../src/tmbUtil.C \
|
||||
../src/tmcp.C
|
||||
|
||||
OBJS += \
|
||||
./src/tmbUtil.o \
|
||||
./src/tmcp.o
|
||||
|
||||
C_UPPER_DEPS += \
|
||||
./src/tmbUtil.d \
|
||||
./src/tmcp.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.C
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
../../build.native/tools/compile.sh -I../../rary.wfoapi.common/include -I../../rary.empty.motif/include -I../include -I../../rary.wfoapi.awips-common/include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
src/tmbUtil.d src/tmbUtil.o: ../src/tmbUtil.C \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
|
@ -1,171 +0,0 @@
|
|||
src/tmcp.d src/tmcp.o: ../src/tmcp.C \
|
||||
../../rary.empty.motif/include/Xm/Text.h \
|
||||
../../rary.empty.motif/include/Xm/Xm.h \
|
||||
../../rary.empty.motif/include/X11/Intrinsic.h \
|
||||
../../rary.empty.motif/include/X11/Xlib.h \
|
||||
../../rary.empty.motif/include/X11/X.h \
|
||||
../../rary.empty.motif/include/X11/Xfuncproto.h \
|
||||
../../rary.empty.motif/include/X11/Xosdefs.h \
|
||||
../../rary.empty.motif/include/X11/Xutil.h \
|
||||
../../rary.empty.motif/include/X11/keysym.h \
|
||||
../../rary.empty.motif/include/X11/keysymdef.h \
|
||||
../../rary.empty.motif/include/X11/Xresource.h \
|
||||
../../rary.empty.motif/include/X11/Core.h \
|
||||
../../rary.empty.motif/include/X11/Composite.h \
|
||||
../../rary.empty.motif/include/X11/Constraint.h \
|
||||
../../rary.empty.motif/include/X11/Object.h \
|
||||
../../rary.empty.motif/include/X11/RectObj.h \
|
||||
../../rary.empty.motif/include/X11/Shell.h \
|
||||
../../rary.empty.motif/include/X11/Xatom.h \
|
||||
../../rary.empty.motif/include/Xm/XmStrDefs.h \
|
||||
../../rary.empty.motif/include/X11/StringDefs.h \
|
||||
../../rary.empty.motif/include/Xm/VirtKeys.h \
|
||||
../../rary.empty.motif/include/Xm/Transfer.h \
|
||||
../../rary.empty.motif/include/Xm/DragDrop.h \
|
||||
../../rary.empty.motif/include/Xm/DragC.h \
|
||||
../../rary.empty.motif/include/Xm/Display.h \
|
||||
../../rary.empty.motif/include/Xm/DropSMgr.h \
|
||||
../../rary.empty.motif/include/Xm/DragIcon.h \
|
||||
../../rary.empty.motif/include/Xm/DropTrans.h \
|
||||
../../rary.empty.motif/include/Xm/DragOverS.h \
|
||||
../../rary.empty.motif/include/Xm/Primitive.h \
|
||||
../../rary.empty.motif/include/Xm/Manager.h \
|
||||
../../rary.empty.motif/include/Xm/Gadget.h \
|
||||
../../rary.empty.motif/include/Xm/VendorS.h \
|
||||
../../rary.empty.motif/include/Xm/XmIm.h \
|
||||
../../rary.empty.motif/include/Xm/Label.h \
|
||||
../../rary.empty.motif/include/Xm/MainW.h \
|
||||
../../rary.empty.motif/include/Xm/PushB.h \
|
||||
../../rary.empty.motif/include/Xm/RowColumn.h \
|
||||
../../rary.empty.motif/include/Xm/Form.h \
|
||||
../../rary.empty.motif/include/Xm/BulletinB.h \
|
||||
../../rary.wfoapi.common/include/testmode.H \
|
||||
../../rary.wfoapi.common/include/sockhelp.H \
|
||||
../../rary.wfoapi.common/include/tmbUtil.H ../include/hourglass.H \
|
||||
../include/hourglassM.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H \
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H \
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H \
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H \
|
||||
../../rary.wfoapi.awips-common/include/TextString.H \
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H \
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h \
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H \
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H \
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H \
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H
|
||||
|
||||
../../rary.empty.motif/include/Xm/Text.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Xm.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Intrinsic.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xlib.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/X.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xfuncproto.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xosdefs.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xutil.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/keysym.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/keysymdef.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xresource.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Core.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Composite.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Constraint.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Object.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/RectObj.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Shell.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/Xatom.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/XmStrDefs.h:
|
||||
|
||||
../../rary.empty.motif/include/X11/StringDefs.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/VirtKeys.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Transfer.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DragDrop.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DragC.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Display.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DropSMgr.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DragIcon.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DropTrans.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/DragOverS.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Primitive.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Manager.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Gadget.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/VendorS.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/XmIm.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Label.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/MainW.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/PushB.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/RowColumn.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/Form.h:
|
||||
|
||||
../../rary.empty.motif/include/Xm/BulletinB.h:
|
||||
|
||||
../../rary.wfoapi.common/include/testmode.H:
|
||||
|
||||
../../rary.wfoapi.common/include/sockhelp.H:
|
||||
|
||||
../../rary.wfoapi.common/include/tmbUtil.H:
|
||||
|
||||
../include/hourglass.H:
|
||||
|
||||
../include/hourglassM.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogFilter.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogSink.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogMsgCategory.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/TextString.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCObject.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/commonDefs.h:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/RCPtr.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/utilityFuncs.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefix.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogPrefParser.H:
|
||||
|
||||
../../rary.wfoapi.awips-common/include/LogStream.H:
|
Loading…
Add table
Reference in a new issue