aboutsummaryrefslogblamecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/Makefile.src
blob: 8ab077d64b88179f945eac0ef1c19eca2129fad2 (plain) (tree)
1
2
3
4
5
6
7
8







                                           






                                            
 

                                              
 

                                          








                                                                         












                                                                              


                                                                                   
EFLAGS=+debug_info

OTP9229= \
     otp_9229/x-1.0/ebin/x.@EMULATOR@ \
     otp_9229/x-1.0/ebin/mylib.@EMULATOR@ \
     otp_9229/y-1.0/ebin/y.@EMULATOR@ \
     otp_9229/y-1.0/ebin/mylib.@EMULATOR@

DEPENDENCIES= \
     dependencies/x-1.0/ebin/x1.@EMULATOR@ \
     dependencies/x-1.0/ebin/x2.@EMULATOR@ \
     dependencies/x-1.0/ebin/x3.@EMULATOR@ \
     dependencies/y-1.0/ebin/y1.@EMULATOR@ \
     dependencies/y-1.0/ebin/y2.@EMULATOR@ \
     dependencies/z-1.0/ebin/z1.@EMULATOR@

ESCRIPT= \
     escript/someapp-1.0/ebin/mymod.@EMULATOR@


all: $(OTP9229) $(DEPENDENCIES) $(ESCRIPT)

otp_9229/x-1.0/ebin/x.@EMULATOR@: otp_9229/x-1.0/src/x.erl
	erlc $(EFLAGS) -ootp_9229/x-1.0/ebin otp_9229/x-1.0/src/x.erl
otp_9229/x-1.0/ebin/mylib.@EMULATOR@: otp_9229/x-1.0/src/mylib.erl
	erlc $(EFLAGS) -ootp_9229/x-1.0/ebin otp_9229/x-1.0/src/mylib.erl
otp_9229/y-1.0/ebin/y.@EMULATOR@: otp_9229/y-1.0/src/y.erl
	erlc $(EFLAGS) -ootp_9229/y-1.0/ebin otp_9229/y-1.0/src/y.erl
otp_9229/y-1.0/ebin/mylib.@EMULATOR@: otp_9229/y-1.0/src/mylib.erl
	erlc $(EFLAGS) -ootp_9229/y-1.0/ebin otp_9229/y-1.0/src/mylib.erl

dependencies/x-1.0/ebin/x1.@EMULATOR@: dependencies/x-1.0/src/x1.erl
	erlc $(EFLAGS) -odependencies/x-1.0/ebin dependencies/x-1.0/src/x1.erl
dependencies/x-1.0/ebin/x2.@EMULATOR@: dependencies/x-1.0/src/x2.erl
	erlc $(EFLAGS) -odependencies/x-1.0/ebin dependencies/x-1.0/src/x2.erl
dependencies/x-1.0/ebin/x3.@EMULATOR@: dependencies/x-1.0/src/x3.erl
	erlc $(EFLAGS) -odependencies/x-1.0/ebin dependencies/x-1.0/src/x3.erl
dependencies/y-1.0/ebin/y1.@EMULATOR@: dependencies/y-1.0/src/y1.erl
	erlc $(EFLAGS) -odependencies/y-1.0/ebin dependencies/y-1.0/src/y1.erl
dependencies/y-1.0/ebin/y2.@EMULATOR@: dependencies/y-1.0/src/y2.erl
	erlc $(EFLAGS) -odependencies/y-1.0/ebin dependencies/y-1.0/src/y2.erl
dependencies/z-1.0/ebin/z1.@EMULATOR@: dependencies/z-1.0/src/z1.erl
	erlc $(EFLAGS) -odependencies/z-1.0/ebin dependencies/z-1.0/src/z1.erl

escript/someapp-1.0/ebin/mymod.@EMULATOR@: escript/someapp-1.0/src/mymod.erl
	erlc $(EFLAGS) -oescript/someapp-1.0/ebin escript/someapp-1.0/src/mymod.erl