FreeBSD System Programming
I. Introduction
Chapter 1: FreeBSD's Make
Chapter 2: Bootstrapping BSD
Chapter 3: Processes and Kernel Services
Chapter 4: Advanced Process Controls and Signals
Chapter 5: Basic I/O
Chapter 6: Advanced I/O
Chapter 7: Processes Resources and System Limits
Chapter 8: FreeBSD 5.x
All source code
Chapter 1: FreeBSD's Make
Chapter 2: Bootstrapping BSD
Chapter 3: Processes and Kernel Services
Chapter 4: Advanced Process Controls and Signals
Chapter 5: Basic I/O
Chapter 6: Advanced I/O
Chapter 7: Processes Resources and System Limits
Chapter 8: FreeBSD 5.x
All source code
GNU Make 강좌 - 임대영 (KLDP 자료)
1. make (만든다 ?)
2. 간단한 Makefile
3. 매크로(Macro) 와 확장자(Suffix) 규칙
4. Makefile를 작성할 때 알면 좋은 것들
5. make 중요 옵션 정리
6. Makefile 작성의 가이드라인
7. Makefile의 실제 예제
8. make 수행 시에 나타나는 에러들
1.1 make 유틸리티
1.2 make의 필요성
1.2 make의 필요성
2. 간단한 Makefile
2.1 Makefile 의 내부 구조
2.2 Makefile 예제
2.3 매크로의 사용
2.4 레이블의 사용
2.2 Makefile 예제
2.3 매크로의 사용
2.4 레이블의 사용
3. 매크로(Macro) 와 확장자(Suffix) 규칙
3.1 매크로란 무엇인가? (What is Macro)
3.2 미리 정해져 있는 매크로 (Pre-defined macro)
3.3 확장자 규칙 (Suffix rule)
3.4 내부 매크로 (Internal macro)
3.2 미리 정해져 있는 매크로 (Pre-defined macro)
3.3 확장자 규칙 (Suffix rule)
3.4 내부 매크로 (Internal macro)
4. Makefile를 작성할 때 알면 좋은 것들
4.1 긴 명령어를 여러 라인으로 표시하기
4.2 확장자 규칙의 이용 (Use suffix rule !!)
4.3 매크로 치환 (Macro substitution)
4.4 자동 의존 관계 생성 (Automatic dependency)
4.5 다중 타겟 (Multiple target)
4.6 순환 make (Recursive MAKE)
4.7 불필요한 재컴파일 막기
4.2 확장자 규칙의 이용 (Use suffix rule !!)
4.3 매크로 치환 (Macro substitution)
4.4 자동 의존 관계 생성 (Automatic dependency)
4.5 다중 타겟 (Multiple target)
4.6 순환 make (Recursive MAKE)
4.7 불필요한 재컴파일 막기
5. make 중요 옵션 정리
6. Makefile 작성의 가이드라인
7. Makefile의 실제 예제
7.1 프로그램 제작에 쓰일 수 있는 Makefile
7.2 라이브러리와의 링크가 필요한 필요한 Makefile
7.3 LaTeX에서 쓰일 수 있는 Makefile
7.2 라이브러리와의 링크가 필요한 필요한 Makefile
7.3 LaTeX에서 쓰일 수 있는 Makefile
8. make 수행 시에 나타나는 에러들
댓글을 달아 주세요