| @@ -141,6 +141,14 @@ doxygen: | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| install-dev: | |||||
| install -d $(DESTDIR)$(PREFIX)/include/carla/ | |||||
| install -d $(DESTDIR)$(PREFIX)/include/carla/includes/ | |||||
| install -m 644 source/backend/CarlaBackend.h $(DESTDIR)$(PREFIX)/include/carla/ | |||||
| install -m 644 source/backend/CarlaHost.h $(DESTDIR)$(PREFIX)/include/carla/ | |||||
| install -m 644 source/includes/CarlaDefines.h $(DESTDIR)$(PREFIX)/include/carla/includes/ | |||||
| install: | install: | ||||
| # Create directories | # Create directories | ||||
| install -d $(DESTDIR)$(PREFIX)/bin/ | install -d $(DESTDIR)$(PREFIX)/bin/ | ||||
| @@ -1190,7 +1190,7 @@ typedef struct _MidiProgramData { | |||||
| uint32_t program; | uint32_t program; | ||||
| /*! | /*! | ||||
| * Midi program name. | |||||
| * MIDI program name. | |||||
| */ | */ | ||||
| const char* name; | const char* name; | ||||
| @@ -24,7 +24,7 @@ BUILD_CXX_FLAGS += -isystem /opt/kxstudio/include | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| ANSI_FLAGS = -DBUILD_ANSI_TEST -I../backend -I../includes | |||||
| ANSI_FLAGS = -DBUILD_ANSI_TEST -DREAL_BUILD -I/usr/include/carla -I/usr/include/carla/includes | |||||
| ANSI_FLAGS += -Wall -Wextra -Werror | ANSI_FLAGS += -Wall -Wextra -Werror | ||||
| BASE_FLAGS += -DDEBUG -O0 -g | BASE_FLAGS += -DDEBUG -O0 -g | ||||
| BASE_FLAGS += -ansi -pedantic -pedantic-errors | BASE_FLAGS += -ansi -pedantic -pedantic-errors | ||||