aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/src/makefile.libs
blob: f262762efa3ae8af607b249cceb7f2bb66daacf0 (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
59
60
61
62
#
# This file was generated based on the configuration script:
#     C:\Tango\Software\Embedded_SW\Embedded\Embedded.cfg
#
# This makefile may be included in other makefiles that need to build
# the libraries containing the compiled source files generated as
# part of the configuration step.

#
# ======== GEN_SRC_DIR =========
# The path to the sources generated during configuration
#
# This path must be either absolute or relative to the build directory.
#
# The absolute path to the generated source directory (at the time the
# sources were generated) is:
#    C:\Tango\Software\Embedded_SW\Embedded\src
#
GEN_SRC_DIR ?= ../src

ifeq (,$(wildcard $(GEN_SRC_DIR)))
$(error "ERROR: GEN_SRC_DIR must be set to the directory containing the generated sources")
endif

#
# ======== .force ========
# The .force goal is used to force the build of any goal that names it as
# a prerequisite
#
.PHONY: .force
      
#
# ======== library macros ========
#
sysbios_SRC = $(GEN_SRC_DIR)/sysbios
sysbios_LIB = $(GEN_SRC_DIR)/sysbios/sysbios.aem4f

#
# ======== dependencies ========
#
all: $(sysbios_LIB)
clean: .sysbios_clean


# ======== convenient build goals ========
.PHONY: sysbios
sysbios: $(GEN_SRC_DIR)/sysbios/sysbios.aem4f

# CDT managed make executables depend on $(OBJS)
OBJS += $(sysbios_LIB)

#
# ======== rules ========
#
$(sysbios_LIB): .force 
	@echo making $@ ...
	@$(MAKE) -C $(sysbios_SRC)

.sysbios_clean:
	@echo cleaning $(sysbios_SRC) ...
	-@$(MAKE) --no-print-directory -C $(sysbios_SRC) clean
extern int CreateBindCtx(int reserved, out UCOMIBindCtx ppbc); #else public static extern int CreateBindCtx(int reserved, out IBindCtx ppbc); #endif [DllImport("ole32.dll")] #if USING_NET11 public static extern int MkParseDisplayName(UCOMIBindCtx pcb, [MarshalAs(UnmanagedType.LPWStr)] string szUserName, out int pchEaten, out UCOMIMoniker ppmk); #else public static extern int MkParseDisplayName(IBindCtx pcb, [MarshalAs(UnmanagedType.LPWStr)] string szUserName, out int pchEaten, out IMoniker ppmk); #endif [DllImport("oleaut32.dll", CharSet = CharSet.Unicode, ExactSpelling = true)] public static extern int OleCreatePropertyFrame( [In] IntPtr hwndOwner, [In] int x, [In] int y, [In, MarshalAs(UnmanagedType.LPWStr)] string lpszCaption, [In] int cObjects, [In, MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.IUnknown)] object[] ppUnk, [In] int cPages, [In] IntPtr pPageClsID, [In] int lcid, [In] int dwReserved, [In] IntPtr pvReserved ); [DllImport("ole32.dll", CharSet = CharSet.Unicode, ExactSpelling = true)] public static extern int StgCreateDocfile( [In, MarshalAs(UnmanagedType.LPWStr)] string pwcsName, [In] STGM grfMode, [In] int reserved, [Out] out IStorage ppstgOpen ); [DllImport("ole32.dll", CharSet = CharSet.Unicode, ExactSpelling = true)] public static extern int StgIsStorageFile([In, MarshalAs(UnmanagedType.LPWStr)] string pwcsName); [DllImport("ole32.dll", CharSet = CharSet.Unicode, ExactSpelling = true)] public static extern int StgOpenStorage( [In, MarshalAs(UnmanagedType.LPWStr)] string pwcsName, [In] IStorage pstgPriority, [In] STGM grfMode, [In] IntPtr snbExclude, [In] int reserved, [Out] out IStorage ppstgOpen ); } }