[DEV] better doc display
This commit is contained in:
parent
e7fece47d7
commit
2c0a6a337f
@ -46,27 +46,32 @@ you can have some other :
|
|||||||
|
|
||||||
|
|
||||||
define include folder:
|
define include folder:
|
||||||
|
|
||||||
# inside module
|
# inside module
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/monPath/
|
LOCAL_C_INCLUDES := $(LOCAL_PATH)/monPath/
|
||||||
# outside module >> automaticly added to LOCAL_C_INCLUDES
|
# outside module >> automaticly added to LOCAL_C_INCLUDES
|
||||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/mon/path/export
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/mon/path/export
|
||||||
|
|
||||||
define c compilation flags : CFLAGS
|
define c compilation flags : CFLAGS
|
||||||
|
|
||||||
# inside module
|
# inside module
|
||||||
LOCAL_CFLAGS := -DEXEMPLE_TAG="\"SuperPlop\""
|
LOCAL_CFLAGS := -DEXEMPLE_TAG="\"SuperPlop\""
|
||||||
# outside module
|
# outside module
|
||||||
LOCAL_EXPORT_CFLAGS := -DEXEMPLE_EXTERN_DEFINE
|
LOCAL_EXPORT_CFLAGS := -DEXEMPLE_EXTERN_DEFINE
|
||||||
|
|
||||||
define linker flags:
|
define linker flags:
|
||||||
|
|
||||||
# local
|
# local
|
||||||
LOCAL_LDLIBS := -lm
|
LOCAL_LDLIBS := -lm
|
||||||
# expoerted
|
# expoerted
|
||||||
LOCAL_EXPORT_LDLIBS := -lm
|
LOCAL_EXPORT_LDLIBS := -lm
|
||||||
|
|
||||||
define dependency between librairies (note : automaticly include sub dependence of adependence
|
define dependency between librairies (note : automaticly include sub dependence of adependence
|
||||||
|
|
||||||
LOCAL_LIBRARIES := etk tinyxml
|
LOCAL_LIBRARIES := etk tinyxml
|
||||||
|
|
||||||
copy files and folder :
|
copy files and folder :
|
||||||
|
|
||||||
# use the makefile folder as reference and output is in the application data directory
|
# use the makefile folder as reference and output is in the application data directory
|
||||||
# copy secyfy file in the destination : folder/SRC.xxx:folderPLOP/folder/dst.yyy
|
# copy secyfy file in the destination : folder/SRC.xxx:folderPLOP/folder/dst.yyy
|
||||||
LOCAL_COPY_FILES := ../share/Font/freefont/FreeSerif.ttf:Font/freefont/FreeSerif.ttf
|
LOCAL_COPY_FILES := ../share/Font/freefont/FreeSerif.ttf:Font/freefont/FreeSerif.ttf
|
||||||
@ -74,6 +79,7 @@ copy files and folder :
|
|||||||
LOCAL_COPY_FOLDERS := ../share/*.xml:/
|
LOCAL_COPY_FOLDERS := ../share/*.xml:/
|
||||||
# note : the destination name is not needed ...
|
# note : the destination name is not needed ...
|
||||||
|
|
||||||
|
|
||||||
License (DSB like)
|
License (DSB like)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user