Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.core.net/natives/unix/GetProxyGnome/makefile')
-rw-r--r--bundles/org.eclipse.core.net/natives/unix/GetProxyGnome/makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/bundles/org.eclipse.core.net/natives/unix/GetProxyGnome/makefile b/bundles/org.eclipse.core.net/natives/unix/GetProxyGnome/makefile
deleted file mode 100644
index a74fa321a..000000000
--- a/bundles/org.eclipse.core.net/natives/unix/GetProxyGnome/makefile
+++ /dev/null
@@ -1,43 +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 objects.mk
-
-ifneq ($(MAKECMDGOALS),clean)
-ifneq ($(strip $(C_DEPS)),)
--include $(C_DEPS)
-endif
-endif
-
--include ../makefile.defs
-
-# Add inputs and outputs from these tool invocations to the build variables
-
-# All Target
-all: libproxygnome.so
-
-# Tool invocations
-libproxygnome.so: $(OBJS) $(USER_OBJS)
- @echo 'Building target: $@'
- @echo 'Invoking: GCC C Linker'
- gcc -m32 -shared -o"libproxygnome.so" $(OBJS) $(USER_OBJS) $(LIBS)
- @echo 'Finished building target: $@'
- @echo ' '
-
-# Other Targets
-clean:
- -$(RM) $(OBJS)$(C_DEPS)$(LIBRARIES) libproxygnome.so
- -@echo ' '
-
-.PHONY: all clean dependents
-.SECONDARY:
-
--include ../makefile.targets

Back to the top