Changes between Version 39 and Version 40 of Developing your own applications
- Timestamp:
- 01/11/11 22:21:56 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developing your own applications
v39 v40 39 39 SUBDIRS = src 40 40 }}} 41 {{{ 42 $ cd src 43 }}} 44 Create another file called '''Makefile.am''' and insert the following text: 45 {{{ 46 bin_PROGRAMS = helloworld 47 48 AM_CXXFLAGS = $(INTI_CFLAGS) 49 50 helloworld_SOURCES = main.cc helloworld.cc helloworld.h 51 helloworld_LDADD = $(INTI_LIBS) 52 }}} 41 53 42 54 === 4. Add a bitbake recipe ===
