-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.ede
More file actions
14 lines (14 loc) · 811 Bytes
/
Project.ede
File metadata and controls
14 lines (14 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; Object Harix PreAlpha
;; EDE project file.
(ede-proj-project "Harix PreAlpha"
:name "Harix PreAlpha"
:file "Project.ede"
:targets (list
(ede-proj-target-makefile-program "harix.wt"
:name "harix.wt"
:path ""
:source '("main.cc" "harixApp.cc" "database.cc" "home.cc" "lspci_query/pcimapQuery.cc" "lspci_query/pcimapResult.cc" "analyze_os/analyzeOS.cc" "pci_module/os_pci_module.cc" "pci_module/pci_moduleDB.cc" "mainboards/mainboards.cc" "pci_ids/pci_ids.cc" "pci_ids/pci_device_ids.cc" "pci_ids/pci_class_ids.cc")
:auxsource '("pci_device.hpp" "harixApp.hpp" "home.hpp" "os_info.hpp" "lspci_query/pcimapQuery.hpp" "lspci_query/pcimapResult.hpp" "analyze_os/analyzeOS.hpp" "mainboards/mainboards.hpp" "pci_ids/pci_device_ids.hpp" "pci_ids/pci_class_ids.hpp" "div.hpp")
)
)
)