summaryrefslogtreecommitdiff
path: root/setedit/makes/testeasy.mkf
blob: c4cad6d8ddf5eeff710f7fde6c0764238ce144a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#!/usr/bin/make

##########################################################################################
#
# Beggining of maintained lines
#
##########################################################################################
#
# Source directories
#
vpath_src=../mainsrc ../names ../streams ../setedit ../setedit/names ../setedit/streams \
	../infview ../sdg ../settvuti ../settvuti/names ../settvuti/streams ../extra \
	../mp3 ../calcu ../easydiag ../infview/names ../infview/streams ../librhuti
#
# Include directories
#
INCLUDE_DIR=../include
SETEDIT_INC_DIR=../setedit/include
SETTVUTI_INC_DIR=../settvuti/include
SDG_INC_DIR=../sdg/include
INFVIEW_INC_DIR=../infview/include
EXTRA_INC_DIR=../extra
EASYDIAG_INC_DIR=../easydiag
LIBRHUTI_INC_DIR=../librhuti
MP3_INC_DIR=../mp3
CALCU_INC_DIR=../calcu
INCLUDE_DIRS=$(INCLUDE_DIR) $(SETEDIT_INC_DIR) $(SETTVUTI_INC_DIR) \
	$(SDG_INC_DIR) $(INFVIEW_INC_DIR) $(TVISION_INC) $(EXTRA_INC_DIR) \
	$(EASYDIAG_INC_DIR) $(LIBRHUTI_INC_DIR) $(SUPPORT_INC) \
	$(MP3_INC_DIR) $(CALCU_INC_DIR)

##########################################################################################
#
# Beggining of fixed part
#
##########################################################################################

#
# Common rules used by RHIDE.
# It also includes rhide.env.
#
include common.imk

#
# All the RHIDE data should come from here.
#
ifdef MAINTAINER_MODE
 ExIMK=.imk
else
 ExIMK=.umk
endif
include testeasy$(ExIMK)

#
# This file pulls all the .imk
#
include includer.imk