diff --git a/MAC/APL/GUI/jRSP/include/jRSP/Makefile.am b/MAC/APL/GUI/jRSP/include/jRSP/Makefile.am
deleted file mode 100644
index 703d5527caf2ec4d2bd43188abf820a46b1abd27..0000000000000000000000000000000000000000
--- a/MAC/APL/GUI/jRSP/include/jRSP/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-# if HAVE_SHMEN
-# SUBDIRS = shmem .
-# endif
-
-INSTHDRS = nl_astron_lofar_mac_apl_gui_jrsp_Board.h
-
-NOINSTHIRS = 
-
-TCCHDRS =
-
-nobase_pkginclude_HEADERS = ${INSTHDRS} ${TCCHDRS}
-
-noinst_HEADERS = ${NOINSTHDRS}
-
-DOCHDRS = ${INSTHDRS} ${NOINSTHDRS}
-
-include ${top_srcdir}/Makefile.common
diff --git a/MAC/APL/GUI/jRSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h b/MAC/APL/GUI/jRSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h
deleted file mode 100644
index 5efb0eac49f259d91cdd1db2065a73687f9fc9a6..0000000000000000000000000000000000000000
--- a/MAC/APL/GUI/jRSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h
+++ /dev/null
@@ -1,125 +0,0 @@
-/* DO NOT EDIT THIS FILE - it is machine generated */
-#include <jni.h>
-/* Header for class nl_astron_lofar_mac_apl_gui_jrsp_Board */
-
-#ifndef _Included_nl_astron_lofar_mac_apl_gui_jrsp_Board
-#define _Included_nl_astron_lofar_mac_apl_gui_jrsp_Board
-#ifdef __cplusplus
-extern "C" {
-#endif
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    init
- * Signature: (Ljava/lang/String;)I
- */
-JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_init
-  (JNIEnv *, jobject, jstring);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    delete
- * Signature: (I)V
- */
-JNIEXPORT void JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_delete
-  (JNIEnv *, jobject, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    retrieveStatus
- * Signature: (II)[Lnl/astron/lofar/mac/apl/gui/jrsp/BoardStatus;
- */
-JNIEXPORT jobjectArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_retrieveStatus
-  (JNIEnv *, jobject, jint, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    setWaveformSettings
- * Signature: (IIDSII)Z
- */
-JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_setWaveformSettings
-  (JNIEnv *, jobject, jint, jint, jdouble, jshort, jint, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    getSubbandStats
- * Signature: (II)[D
- */
-JNIEXPORT jdoubleArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getSubbandStats
-  (JNIEnv *, jobject, jint, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    getWaveformSettings
- * Signature: (II)[Lnl/astron/lofar/mac/apl/gui/jrsp/WGRegisterType;
- */
-JNIEXPORT jobjectArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getWaveformSettings
-  (JNIEnv *, jobject, jint, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    getNrRCUs
- * Signature: (I)I
- */
-JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getNrRCUs
-  (JNIEnv *, jobject, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    getNrRSPBoards
- * Signature: (I)I
- */
-JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getNrRSPBoards
-  (JNIEnv *, jobject, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    getMaxRSPBoards
- * Signature: (I)I
- */
-JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getMaxRSPBoards
-  (JNIEnv *, jobject, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    setFilter
- * Signature: (III)Z
- */
-JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_setFilter
-  (JNIEnv *, jobject, jint, jint, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    sendClear
- * Signature: (II)Z
- */
-JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_sendClear
-  (JNIEnv *, jobject, jint, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    sendReset
- * Signature: (II)Z
- */
-JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_sendReset
-  (JNIEnv *, jobject, jint, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    sendSync
- * Signature: (II)Z
- */
-JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_sendSync
-  (JNIEnv *, jobject, jint, jint);
-
-/*
- * Class:     nl_astron_lofar_mac_apl_gui_jrsp_Board
- * Method:    getBeamletStats
- * Signature: (II)[D
- */
-JNIEXPORT jdoubleArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getBeamletStats
-  (JNIEnv *, jobject, jint, jint);
-
-#ifdef __cplusplus
-}
-#endif
-#endif