Notice
Recent Posts
Recent Comments
Link
목록makefile (1)
두근두근이야기
makefile.in makefile.am 이게 무엇이냐..autotools에 사용되는 makefile의 일종으로 makefile의 전신이라 할 수 있다. Autotools라는 build system으로 autoconf, automake, libtool로 구성되어 있다. 즉, autoconf나 automake 패키지에 들어 있는 일련의 유틸리티들을 통틀어서 지칭하는 말이다. 소스코드의 컴파일과 컴파일에 필요한 Makefile을 자동으로 생성해주는 편리한 도구다. 자세한 코드와 예시는 아래 사이트를 참고하기 바란다.첫번째 사이트http://blog.naver.com/PostView.nhn?blogId=jabusunin&logNo=30000097396&redirect=Dlog&widgetTypeCall=tr..
IT/IT ::Linux
2013. 8. 21. 20:13