]> sjero.net Git - linphone/blob - p2pproxy/launcher/Debug/makefile
9685c7609203ede3905b0c1cc9f306b18dc389ab
[linphone] / p2pproxy / launcher / Debug / makefile
1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
4
5 -include ../makefile.init
6
7 RM := rm -rf
8
9 # All of the sources participating in the build are defined here
10 -include sources.mk
11 -include subdir.mk
12 -include src/subdir.mk
13 -include objects.mk
14
15 ifneq ($(MAKECMDGOALS),clean)
16 ifneq ($(strip $(C_DEPS)),)
17 -include $(C_DEPS)
18 endif
19 endif
20
21 -include ../makefile.defs
22
23 # Add inputs and outputs from these tool invocations to the build variables 
24
25 # All Target
26 all: p2pproxy-launcher
27
28 # Tool invocations
29 p2pproxy-launcher: $(OBJS) $(USER_OBJS)
30         @echo 'Building target: $@'
31         @echo 'Invoking: GCC C Linker'
32         gcc -L/usr/lib/jvm/java-6-openjdk/jre/lib/amd64 -L/usr/lib/jvm/java-6-openjdk/jre/lib/i386 -L/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server -L/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server -o"p2pproxy-launcher" $(OBJS) $(USER_OBJS) $(LIBS)
33         @echo 'Finished building target: $@'
34         @echo ' '
35
36 # Other Targets
37 clean:
38         -$(RM) $(OBJS)$(EXECUTABLES)$(C_DEPS) p2pproxy-launcher
39         -@echo ' '
40
41 .PHONY: all clean dependents
42 .SECONDARY:
43
44 -include ../makefile.targets