8 lines
436 B
Makefile
8 lines
436 B
Makefile
|
TARGET_PATH :=$(call my-dir)
|
||
|
TOP_PATH := $(TARGET_PATH)
|
||
|
|
||
|
$(info $(shell cp -v $(TARGET_PATH)/IPCProgram/interface/TinyServer.h $(TARGET_TOP)/custom_aw/include/rtsp))
|
||
|
$(info $(shell cp -v $(TARGET_PATH)/IPCProgram/interface/MediaStream.h $(TARGET_TOP)/custom_aw/include/rtsp))
|
||
|
$(info $(shell cp -v $(TARGET_PATH)/libTinyServer.* $(TARGET_TOP)/custom_aw/lib))
|
||
|
$(shell arm-linux-gnueabi-strip $(TARGET_TOP)/custom_aw/lib/libTinyServer.so)
|