File: Makefile

package info (click to toggle)
ray 2.3.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,008 kB
  • sloc: cpp: 49,973; sh: 339; makefile: 281; python: 168
file content (9 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
SeedingData-y += code/SeedingData/GraphPath.o
SeedingData-y += code/SeedingData/SeedWorker.o
SeedingData-y += code/SeedingData/SeedingData.o 
SeedingData-y += code/SeedingData/PathHandle.o 

obj-y += $(SeedingData-y)